simple-git : Simple GIT interface for node.js. You can installing simple-git 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 simple-git $ sudo npm install -g simple-git
If want to update the simple-git package execute the command as below,
$ sudo npm update simple-git
Update package globally,
$ npm install -g simple-git
$ sudo git clone https://github.com/rektide/simple-git.git
$ sudo npm install -g ./simple-git
simple-git@1.82.0 /usr/lib/node_modules/simple-git
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall simple-git
| Package Name | simple-git |
| Version | 1.82.0 |
| Description | Simple GIT interface for node.js |
| Released Date | 2017-11-14T08:32:10.884Z |
| Published by | steveukx |
| How to Learn | https://www.npmjs.com/package/simple-git/tutorial |