Commands
Command
Create new CLI command
| Option | Description | Required |
|---|---|---|
| -n, --name [command-name] | Name of command | ✔ |
| -h, --help | Output usage information | - |
Component
Create component folder and files
| Option | Description | Required |
|---|---|---|
| -n, --name [name] | Name of component | ✔ |
| -v, --vue | Create vue component | - |
| -c, --clean | Strip out kick starter text in files | - |
| -r, --root | Configure as root component - Vue Only | - |
| -h, --help | Output usage information | - |
Init
Create a new project
| Option | Description | Required |
|---|---|---|
| -b, --branch [branch-name] | set branch to download from wee | - |
| -d, --default | keep default configurations and skip questions | - |
| -h, --help | output usage information | - |
Run
Run development server
| Option | Description | Required |
|---|---|---|
| -l, --local | Wrap proxy around local dev domain | - |
| -s, --static | Serve static files | - |
| -h, --help | Output usage information | - |