Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.
/ jiggl Public archive
forked from angusfretwell/jiggl

Creates Toggl tasks from Jira tickets, and syncs time tracked in Toggl back to Jira

License

Notifications You must be signed in to change notification settings

inoutput/jiggl

 
 

Repository files navigation

Jiggl

Creates Toggl tasks from Jira tickets, and syncs time tracked in Toggl back to Jira.

Development

  1. Install Node.js 5.0.0 or later
  2. Run npm install to install the application's dependencies
  3. Copy the contents of .env.example into a .env file, and add your Jira and Toggl credentials

Commands

Start the application with forever:

$ npm start

Watch for changes and restart the server automatically using nodemon:

$ npm run watch

Run tests with mocha:

$ npm test

Lint code using eslint:

$ npm run lint

Debugging

You can start Jiggl in debug mode by exporting scopes to the DEBUG environment variable (e.g. jiggl:application or jiggl:*):

$ DEBUG=jiggl:* npm run watch

License

The MIT License (MIT)

Copyright (c) 2016 inoutput

About

Creates Toggl tasks from Jira tickets, and syncs time tracked in Toggl back to Jira

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 87.3%
  • HTML 12.7%