godjira
v0.0.51
Published
Jira UI replacement - add tasks, edit sprints, versions and view a dashboard
Downloads
15
Maintainers
Readme
godjira
Jira UI replacement - add tasks, edit sprints, versions and view a dashboard
instructions
- Install node
- Clone from git https://github.com/tamarasaurus/godjira or npm -
sudo npm install godjira
- Install dependencies
npm install
- You need to make a config.js file and drop it into the godjira directory, it should look like this:
module.exports = {
host: 'YOUR_HOST_NAME',
port: 'YOUR_PORT',
user: 'YOUR_JIRA_USERNAME',
password: 'YOUR_JIRA_PASSWORD'
};
- Run
node index
:http://localhost:3000