How to Install validate-commit-msg NPM Packages on Ubuntu / Debian

How to Install validate-commit-msg software package in NPM Packages

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

Git clone:

$ 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

How to remove validate-commit-msg package :

You can uninstall or remove this package from your node_modules run the command as below,

$ sudo npm uninstall validate-commit-msg

Basic Information of validate-commit-msg NPM Package:

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