Easily update the version of your nodejs module before publishing.
This module would change the value of the version
field in the package.json
file
to the new value specified.
npm install -g versionizr
NOTE: I made this with the intention of global installation.
In the project's root directory,
versionizr {newVersionNumber}
Where {newVersionNumber}
is the new version of your module.
versionizr 1.2.3
Changes the version number from {n}
to 1.2.3
.
NOTE: The version number should follow the Semantic Versioning convention
Licensed under the MIT License