UNPKG

1.06 kBJSONView Raw
1{
2 "commands": {
3 "init": {
4 "desc": "Create example AE86 project files",
5 "examples": [
6 "ae86 init"
7 ]
8 },
9 "gen": {
10 "desc": "Generate website",
11 "options": [
12 { "arg": "-o, --out-dir <outDir>", "desc": "Output directory containing generated website | default: out" }
13 ],
14 "examples": [
15 "ae86 gen",
16 "ae86 --out-dir public gen"
17 ]
18 },
19 "watch": {
20 "desc": "Watch for changes and automatically regenerate website",
21 "options": [
22 { "arg": "-o, --out-dir <outDir>", "desc": "Output directory containing generated website | default: out" }
23 ],
24 "examples": [
25 "ae86 watch",
26 "ae86 --out-dir public watch"
27 ]
28 },
29 "drift": {
30 "desc": "Alias for watch"
31 },
32 "clean": {
33 "desc": "Remove generated website",
34 "options": [
35 { "arg": "-o, --out-dir <outDir>", "desc": "Output directory containing generated website | default: out" }
36 ],
37 "examples": [
38 "ae86 clean"
39 ]
40 }
41 }
42}
\No newline at end of file