gitlog : Git log parser for Node.JS. You can installing gitlog 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 gitlog $ sudo npm install -g gitlog
If want to update the gitlog package execute the command as below,
$ sudo npm update gitlog
Update package globally,
$ npm install -g gitlog
$ sudo git clone https://github.com/rektide/gitlog.git
$ sudo npm install -g ./gitlog
gitlog@3.1.1 /usr/lib/node_modules/gitlog
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gitlog
Package Name | gitlog |
Version | 3.1.1 |
Description | Git log parser for Node.JS |
Released Date | 2017-11-21T19:48:11.619Z |
Published by | domharrington |
How to Learn | https://www.npmjs.com/package/gitlog/tutorial |