UNPKG

1.08 kBYAMLView Raw
1build:
2 #opts: '[project]'
3 desc: build project from current directory or specified project's directory
4#cache:
5# opts: '<key> [value]'
6# desc: 'read/write value from/to cache'
7#clean:
8# opts: '[dir]'
9# desc: clean project from current or specified directory
10config:
11 #opts: '[project]'
12 desc: get project's Autocode Config
13help:
14 desc: get help
15#info:
16# opts: '<project>'
17# desc: get info about a project
18init:
19 #opts: '[dir]'
20 desc: initialize a Autocode project
21install:
22 opts: '<module>'
23 desc: install module
24#link:
25# opts: '<project>@<version> [src]'
26# desc: link a project
27#publish:
28# opts: '[dir]'
29# desc: publish project from current or specified directory
30run:
31 #opts: '[dir]'
32 desc: run project from current or specified directory
33search:
34 opts: '<module>'
35 desc: search for modules
36#signup:
37# desc: signup for crystal
38#spec:
39# desc: get code specification by name
40stop:
41 desc: stop project from current directory
42#test:
43# desc: test project
44update:
45 desc: update project's modules
46#version:
47# opts: '<version>'
48# desc: update project's version
\No newline at end of file