Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkamkou/chrome-jironimo
JIRA tickets in your Google Chrome browser
https://github.com/kkamkou/chrome-jironimo
agile extension google-chrome jira jira-issue
Last synced: about 1 month ago
JSON representation
JIRA tickets in your Google Chrome browser
- Host: GitHub
- URL: https://github.com/kkamkou/chrome-jironimo
- Owner: kkamkou
- License: bsl-1.0
- Created: 2013-01-23T18:36:01.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T21:38:42.000Z (about 3 years ago)
- Last Synced: 2024-09-30T17:03:03.162Z (about 1 month ago)
- Topics: agile, extension, google-chrome, jira, jira-issue
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/jironimo/bplmocfiilcboedgegkcndbngiicdihl
- Size: 12 MB
- Stars: 28
- Watchers: 5
- Forks: 7
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Buy me a coffee](https://img.shields.io/badge/Donate-PayPal-green.svg)](http://2ka.by/coffee?project=chrome-jironimo)
# chrome-jironimo
Atlassian JIRA™ Agile extension for Chrome## Chrome Web Store
[jironimo at google play](https://chrome.google.com/webstore/detail/jironimo/bplmocfiilcboedgegkcndbngiicdihl)## Default hotkeys
Windows: `Alt + J`
Mac: `Command + J`### Contribution
* [Help with translations](https://www.transifex.com/projects/p/chrome-jironimo/)
* Help by coding: fork the repo; do your stuff; create a new Pull Request.
* Join our chat [at gitter](https://gitter.im/chrome-jironimo).### Hot to use it?
[Please, check the documentation project](http://chrome-jironimo.readthedocs.org/) (`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
```bash
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
```bash
[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)**