standard-version : replacement for `npm version` with automatic CHANGELOG generation. You can installing standard-version npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install standard-version $ sudo npm install -g standard-version
If want to update the standard-version package execute the command as below,
$ sudo npm update standard-version
Update package globally,
$ npm install -g standard-version
$ sudo git clone https://github.com/rektide/standard-version.git
$ sudo npm install -g ./standard-version
standard-version@4.2.0 /usr/lib/node_modules/standard-version
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall standard-version
| Package Name | standard-version |
| Version | 4.2.0 |
| Description | replacement for `npm version` with automatic CHANGELOG generation |
| Released Date | 2017-06-12T22:34:35.332Z |
| Published by | bcoe |
| How to Learn | https://www.npmjs.com/package/standard-version/tutorial |