@nexus-switchboard/nexus-conn-jira
v0.2.2
Published
Lite wrapper around a jira client that provides nexus connection interfaces.
Downloads
6
Readme
Nexus Connection - Jira
Nexus is a framework for connecting different services together that is made up of modules and connections. This repo is a Jira connection that can plug into any Nexus-based application.
For full documentation on how to use this, visit the the Nexus documentation here
Development
To make changes to this repo, fork and clone into a directory. Then:
npm install
npm run build
npm link
The last step hooks your local npm cache to this project instead of pulling from the public NPM registry. That way, in the project that uses this package, you can run (in the other project's directory, not this one):
npm link @nexus-switchboard/nexus-conn-jira