git-validate : the extensible core of precommit-hook. You can installing git-validate 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 git-validate $ sudo npm install -g git-validate
If want to update the git-validate package execute the command as below,
$ sudo npm update git-validate
Update package globally,
$ npm install -g git-validate
$ sudo git clone https://github.com/rektide/git-validate.git
$ sudo npm install -g ./git-validate
git-validate@2.2.2 /usr/lib/node_modules/git-validate
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall git-validate
Package Name | git-validate |
Version | 2.2.2 |
Description | the extensible core of precommit-hook |
Released Date | 2016-09-15T13:38:38.199Z |
Published by | nlf |
How to Learn | https://www.npmjs.com/package/git-validate/tutorial |