@nebula.js/cli-create
Advanced tools
Comparing version 5.0.2 to 5.1.0
@@ -34,3 +34,3 @@ const create = require('./lib/create'); | ||
type: 'string', | ||
choices: ['npm', 'yarn'], | ||
choices: ['npm', 'yarn', 'pnpm'], | ||
description: 'Package manager', | ||
@@ -37,0 +37,0 @@ }); |
{ | ||
"name": "@nebula.js/cli-create", | ||
"version": "5.0.2", | ||
"version": "5.1.0", | ||
"description": "", | ||
@@ -30,3 +30,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "9866ff730331ebc51c0f016ee6483c440559d6ce" | ||
"gitHead": "d089c8c9a431f64c14d5c331f92c290520a250f9" | ||
} |
@@ -29,3 +29,3 @@ # @nebula.js/cli-create | ||
--install Run package installation step [boolean] [default: true] | ||
--pkgm Package manager [string] [choices: "npm", "yarn"] | ||
--pkgm Package manager [string] [choices: "npm", "yarn", "pnpm"] | ||
--picasso Picasso template [string] [choices: "none", "minimal", "barchart"] | ||
@@ -47,3 +47,3 @@ --author Package author [string] | ||
--install Run package installation step [boolean] [default: true] | ||
--pkgm Package manager [string] [choices: "npm", "yarn"] | ||
--pkgm Package manager [string] [choices: "npm", "yarn", "pnpm"] | ||
--picasso Picasso template | ||
@@ -50,0 +50,0 @@ [string] [choices: "none", "minimal", "barchart"] |
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
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
63285