UNPKG

550 BMarkdownView Raw
1# gobble-cli
2
3Proper instructions coming soon....
4
5```bash
6npm i -g gobble-cli
7```
8
9
10## Usage
11
12Start a server and watch for changes, using the `gobblefile.js` in the current folder (or one of its ancestors).
13
14```bash
15gobble
16```
17
18To use a specific port:
19
20```bash
21gobble --port 1337
22gobble -p 1337
23```
24
25Build the project to the `out` folder:
26
27```bash
28gobble build out
29```
30
31Set the `--force` flag to clear out the target folder if it exists and is not empty:
32
33```bash
34gobble build out --force
35gobble build out -f
36```
37
38## More soon...
39
40
41## License
42
43MIT.