Files
nebula.js/commands/cli/README.md
Christoffer Åström a57abf1ead refactor: internal packages structure (#94)
* refactor: internal packages structure

* refactor: internal packages structure
2019-08-27 09:57:04 +02:00

22 lines
423 B
Markdown

# @nebula.js/cli
## Install
```sh
npm install -g @nebula.js/cli@next
```
## Usage
```sh
nebula <command> [options]
Commands:
nebula build Build supernova
nebula create <name> Create a supernova
nebula serve Dev server
Options:
--version Show version number [boolean]
-h, --help Show help [boolean]
```