conventional-changelog-cli : Generate a changelog from git metadata. You can installing conventional-changelog-cli 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 conventional-changelog-cli $ sudo npm install -g conventional-changelog-cli
If want to update the conventional-changelog-cli package execute the command as below,
$ sudo npm update conventional-changelog-cli
Update package globally,
$ npm install -g conventional-changelog-cli
$ sudo git clone https://github.com/rektide/conventional-changelog-cli.git
$ sudo npm install -g ./conventional-changelog-cli
conventional-changelog-cli@1.3.5 /usr/lib/node_modules/conventional-changelog-cli
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall conventional-changelog-cli
Package Name | conventional-changelog-cli |
Version | 1.3.5 |
Description | Generate a changelog from git metadata |
Released Date | 2017-11-13T00:17:25.170Z |
Published by | stevemao |
How to Learn | https://www.npmjs.com/package/conventional-changelog-cli/tutorial |