gitlab : GitLab API Nodejs library.. You can installing gitlab 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 gitlab $ sudo npm install -g gitlab
If want to update the gitlab package execute the command as below,
$ sudo npm update gitlab
Update package globally,
$ npm install -g gitlab
$ sudo git clone https://github.com/rektide/gitlab.git
$ sudo npm install -g ./gitlab
gitlab@1.7.1 /usr/lib/node_modules/gitlab
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gitlab
Package Name | gitlab |
Version | 1.7.1 |
Description | GitLab API Nodejs library. |
Released Date | 2016-08-04T08:49:48.399Z |
Published by | m42am |
How to Learn | https://www.npmjs.com/package/gitlab/tutorial |