git-user-name : Get a users name from git config at the project or global scope, depending on what git uses in the current context.. You can installing git-user-name 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-user-name $ sudo npm install -g git-user-name
If want to update the git-user-name package execute the command as below,
$ sudo npm update git-user-name
Update package globally,
$ npm install -g git-user-name
$ sudo git clone https://github.com/rektide/git-user-name.git
$ sudo npm install -g ./git-user-name
git-user-name@2.0.0 /usr/lib/node_modules/git-user-name
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall git-user-name
Package Name | git-user-name |
Version | 2.0.0 |
Description | Get a users name from git config at the project or global scope, depending on what git uses in the current context. |
Released Date | 2017-10-17T05:35:09.597Z |
Published by | jonschlinkert |
How to Learn | https://www.npmjs.com/package/git-user-name/tutorial |