validate-commit-msg : Script to validate a commit message follows the conventional changelog standard. You can installing validate-commit-msg 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 validate-commit-msg $ sudo npm install -g validate-commit-msg
If want to update the validate-commit-msg package execute the command as below,
$ sudo npm update validate-commit-msg
Update package globally,
$ npm install -g validate-commit-msg
$ sudo git clone https://github.com/rektide/validate-commit-msg.git
$ sudo npm install -g ./validate-commit-msg
validate-commit-msg@2.14.0 /usr/lib/node_modules/validate-commit-msg
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall validate-commit-msg
| Package Name | validate-commit-msg |
| Version | 2.14.0 |
| Description | Script to validate a commit message follows the conventional changelog standard |
| Released Date | 2017-07-29T14:16:52.458Z |
| Published by | nickbalestra |
| How to Learn | https://www.npmjs.com/package/validate-commit-msg/tutorial |