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