jira-connector : Easy to use NodeJS wrapper for the Jira REST API.. You can installing jira-connector 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 jira-connector $ sudo npm install -g jira-connector
If want to update the jira-connector package execute the command as below,
$ sudo npm update jira-connector
Update package globally,
$ npm install -g jira-connector
$ sudo git clone https://github.com/rektide/jira-connector.git
$ sudo npm install -g ./jira-connector
jira-connector@2.7.0 /usr/lib/node_modules/jira-connector
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jira-connector
Package Name | jira-connector |
Version | 2.7.0 |
Description | Easy to use NodeJS wrapper for the Jira REST API. |
Released Date | 2017-11-13T13:22:17.434Z |
Published by | floralvikings |
How to Learn | https://www.npmjs.com/package/jira-connector/tutorial |