Skip to content

kkamkou/chrome-jironimo

Repository files navigation

Buy me a coffee

chrome-jironimo

Atlassian JIRA™ Agile extension for Chrome

Chrome Web Store

jironimo at google play

Default hotkeys

Windows: Alt + J Mac: Command + J

Contribution

Hot to use it?

Please, check the documentation project (docs branch) I have no time for it right now, PR?

Repository clone

git clone --recursive https://github.com/kkamkou/chrome-jironimo.git
cd chrome-jironimo

Use the source code

  • Switch to a release tag (see the releases section)
  • Navigate to chrome://extensions
  • Expand the developer dropdown menu and click Load Unpacked Extension
  • Navigate to local folder /src

Build

npm install && ./node_modules/.bin/jake version='4.0'
# example for windows
# npm install && C:\...\chrome-jironimo\node_modules\.bin\jake version='4.0'

Docker

[sudo] docker build -t jironimo .
[sudo] docker run -ti --rm -v "${PWD}:/opt/app" jironimo version='4.0'

License

Boost Software License 1.0 (BSL-1.0)