mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-28 01:00:28 -04:00
22 lines
423 B
Markdown
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]
|
|
``` |