@nebula.js/cli-create
Advanced tools
Comparing version 1.7.0 to 2.0.0-beta.1
@@ -6,2 +6,6 @@ # Change Log | ||
# [2.0.0-beta.1](https://github.com/qlik-oss/nebula.js/compare/v1.7.0...v2.0.0-beta.1) (2021-09-21) | ||
**Note:** Version bump only for package @nebula.js/cli-create | ||
# [1.7.0](https://github.com/qlik-oss/nebula.js/compare/v1.6.0...v1.7.0) (2021-08-24) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@nebula.js/cli-create", | ||
"version": "1.7.0", | ||
"version": "2.0.0-beta.1", | ||
"description": "", | ||
@@ -30,3 +30,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "2be7668ab9aa6e5e1a1f3f1d2bc31b8c095b7392" | ||
"gitHead": "851bf623f70a49f07615fe3b7e37b8b44fad534f" | ||
} |
@@ -61,2 +61,11 @@ # @nebula.js/cli-create | ||
Running nebula create without --picasso prompts a selection of the available | ||
options. | ||
- none: without the picasso.js template | ||
- minimal: a basic setup of picasso.js is ready | ||
- barchart: a bar chart component created by picasso.js is ready | ||
You can find the [tutorial](https://qlik.dev/tutorials/build-a-helloworld-extension-using-nebulajs) to build a basic nebula visualization using nebula.js. | ||
#### Create a mashup | ||
@@ -67,1 +76,32 @@ | ||
``` | ||
You can find the [tutorial](https://qlik.dev/tutorials/build-a-simple-mashup-using-nebulajs) to build a basic mashup using nebula.js. | ||
#### Package manager | ||
Create a nebula visualization project called `sn-table` with the npm package manager | ||
instead of yarn | ||
```sh | ||
nebula create sn-table --pkgm npm | ||
``` | ||
Create a mashup called `table-mashup` with the npm package manager instead of yarn | ||
```sh | ||
nebula create mashup table-mashup --pkgm npm | ||
``` | ||
#### Package installation step | ||
Create a nebula visualization project and do not install any dependencies yet | ||
```sh | ||
nebula create sn-table --install false | ||
``` | ||
Create a mashup and do not install any dependencies yet | ||
```sh | ||
nebula create mashup table-mashup --install false | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31949
106
2