release-it : CLI release tool for Git repos and npm packages.. You can installing release-it 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 release-it $ sudo npm install -g release-it
If want to update the release-it package execute the command as below,
$ sudo npm update release-it
Update package globally,
$ npm install -g release-it
$ sudo git clone https://github.com/rektide/release-it.git
$ sudo npm install -g ./release-it
release-it@5.0.0 /usr/lib/node_modules/release-it
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall release-it
| Package Name | release-it |
| Version | 5.0.0 |
| Description | CLI release tool for Git repos and npm packages. |
| Released Date | 2017-11-21T22:10:02.047Z |
| Published by | webpro |
| How to Learn | https://www.npmjs.com/package/release-it/tutorial |