@mappable-world/mappable-cli
Advanced tools
Comparing version 0.0.1-beta.45 to 0.0.2
{ | ||
"name": "@mappable-world/mappable-cli", | ||
"version": "0.0.1-beta.45", | ||
"version": "0.0.2", | ||
"description": "Library for encapsulating the logic of autotests and building packages mappable.world js API", | ||
@@ -42,3 +42,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"bump": "npm version prerelease --preid=beta --no-git-tag-version && npm run bump:git", | ||
"bump": "npm version patch --no-git-tag-version && npm run bump:git", | ||
"bump:git": "git add --all && git commit -m \"New version $npm_package_version Read more https://github.com/mappable-world/mappable-cli/releases/tag/$npm_package_version\" && git tag $npm_package_version && git push --tags origin HEAD:main", | ||
@@ -45,0 +45,0 @@ "test": "jest", |
@@ -16,8 +16,6 @@ # Mappable JS CLI utils | ||
> The package is currently in beta, do not use it without specifying the version. latest version https://www.npmjs.com/package/@mappable-world/mappable-cli?activeTab=versions | ||
## Create mappable package by template | ||
```sh | ||
npx @mappable-world/mappable-cli@0.0.1-beta.41 --name="mappable-my-super-pkg" | ||
npx @mappable-world/mappable-cli --name="mappable-my-super-pkg" | ||
``` | ||
@@ -28,3 +26,3 @@ | ||
```sh | ||
npx @mappable-world/mappable-cli@0.0.1-beta.41 help | ||
npx @mappable-world/mappable-cli help | ||
``` | ||
@@ -31,0 +29,0 @@ |
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
43264
113