1.0.2 • Published 5 years ago
justpub v1.0.2
justpub
A command line tool to automate the process of publishing modules to the npm registry after automatically increasing the version number.
Installation
For usage from the command line
[sudo] npm install -g justpubUsage from the command line
For patch version update
Incrememnt the patch version (i.e. 0.0.x), Create a git commit (only if inside a git repo), Invoke npm publish.
justpubor
justpub patchFor minor version update
justpub minorFor minor version update
justpub majorCommand Line Options
Options:
-h, --help output usage information
-V, --version output the version number
-v, --verbose output additional information