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