gabrii / jira-toggl

A web extension for syncing Toggl timelog entries to your Jira Software worklog.

Home Page:https://tinyurl.com/y4pj9por

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

HeadRest

Jira Toggl

A web extension for syncing Toggl timelog entries to your Jira Software worklog.

How it looks

Popup

Popup

Settings

Popup

Download

Link to Chrome store: https://tinyurl.com/y4pj9por

Contributing To This Project

Anyone and everyone is welcome to contribute. Just create a PR with your changes and I will have a look at it.

Building the extension

Bowered from the vue-web-extension that this project is based on

npm run build

Build the extension into dist folder for production.

npm run build:dev

Build the extension into dist folder for development.

npm run watch

Watch for modifications then run npm run build.

npm run watch:dev

Watch for modifications then run npm run build:dev.

It also enable Hot Module Reloading, thanks to webpack-chrome-extension-reloader plugin.

⚠️ Keep in mind that HMR only works for your background entry.

npm run build-zip

Build a zip file following this format <name>-v<version>.zip, by reading name and version from manifest.json file. Zip file is located in dist-zip folder.

License

Copyright © 2019 Simon Eldevig

Licensed under the MIT License

About

A web extension for syncing Toggl timelog entries to your Jira Software worklog.

https://tinyurl.com/y4pj9por

License:MIT License


Languages

Language:Vue 66.4%Language:JavaScript 28.1%Language:HTML 5.6%