@winterzz-dev/version-up
v1.0.3
Published
`version-up` is a small cli-utility to bump versions in `package.json` file
Downloads
0
Readme
version-up
version-up
is a small cli-utility to bump versions in package.json
file
Installation
For Windows
users:
npm i -g @winterzz-dev/version-up
Linux/Mac OS
users must grant permissions to install packages globally
Usage
Script may run without any params
version-up
# Version upped from 1.0.1 to 1.0.2
But you can pass optional params:
version-up -t [fix | minor | major] -v 2 -s 2
-t
- type of update (may be fix, minor or major). fix
by default-v
- number of versions need to bump. 1
by default-s
- space size in package.json
file. Tab by default
License
MIT http://rem.mit-license.org