gitty : A Node.js wrapper for the Git CLI. You can installing gitty 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 gitty $ sudo npm install -g gitty
If want to update the gitty package execute the command as below,
$ sudo npm update gitty
Update package globally,
$ npm install -g gitty
$ sudo git clone https://github.com/rektide/gitty.git
$ sudo npm install -g ./gitty
gitty@3.6.0 /usr/lib/node_modules/gitty
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gitty
Package Name | gitty |
Version | 3.6.0 |
Description | A Node.js wrapper for the Git CLI |
Released Date | 2017-02-19T18:08:11.614Z |
Published by | bookchin |
How to Learn | https://www.npmjs.com/package/gitty/tutorial |