1.0.9 • Published 3 years ago

package-version-cli v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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:

version-select