git-config : A simple way to extract out all the contents of a .gitconfig file and return as JSON. You can installing git-config 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-config $ sudo npm install -g git-config
If want to update the git-config package execute the command as below,
$ sudo npm update git-config
Update package globally,
$ npm install -g git-config
$ sudo git clone https://github.com/rektide/git-config.git
$ sudo npm install -g ./git-config
git-config@0.0.7 /usr/lib/node_modules/git-config
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall git-config
Package Name | git-config |
Version | 0.0.7 |
Description | A simple way to extract out all the contents of a .gitconfig file and return as JSON |
Released Date | 2015-06-13T05:26:38.111Z |
Published by | eugeneware |
How to Learn | https://www.npmjs.com/package/git-config/tutorial |