1.0.9 • Published 6 years ago
package-version-cli v1.0.9
Package Version CLI
This package allows you to update the version of the package.json file depending on the selected option.
Usage
- Install package:
npm i -D version-select - Add npm script:
{
"name": "test",
"version": "1.0.0",
"scripts": {
"package-version-cli": "package-version-cli"
},
"devDependencies": {
"version-select": "^1.0.6"
}
}- Run npm script:

1.0.9
6 years ago