Files
nebula.js/commands/create
renovate[bot] 83443caa7b chore(deps): update minor and patch (#405)
* chore(deps): update minor and patch

* chore: update monaco-editor-webpack-plugin

* chore: update picasso example test

* chore(test): disable test

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: caele <tsm@qlik.com>
2020-10-02 14:57:53 +02:00
..
2020-06-09 13:52:02 +02:00
2020-06-09 10:38:39 +02:00
2020-08-19 12:16:25 +02:00
2020-06-09 10:38:39 +02:00

@nebula.js/cli-create

Scaffold a nebula visualization or mashup.

Install

npm install -g @nebula.js/cli

Usage

CLI

nebula create <name>

Create a visualization

Commands:
  nebula create mashup <name>  Create a mashup

Positionals:
  name  name of the project                                  [string] [required]

Options:
  --version   Show version number                                      [boolean]
  --install   Run package installation step            [boolean] [default: true]
  --pkgm      Package manager                  [string] [choices: "npm", "yarn"]
  --picasso   Picasso template [string] [choices: "none", "minimal", "barchart"]
  --author    Package author                                            [string]
  -h, --help  Show help                                                [boolean]

Example

Create a visualization

nebula create hello-sunshine

Create a mashup

nebula create mashup hello-mashie