Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenslind/minira
Menubar app for JIRA
https://github.com/jenslind/minira
Last synced: 22 days ago
JSON representation
Menubar app for JIRA
- Host: GitHub
- URL: https://github.com/jenslind/minira
- Owner: jenslind
- Created: 2016-03-10T22:53:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T12:10:18.000Z (almost 8 years ago)
- Last Synced: 2025-01-04T04:05:43.042Z (26 days ago)
- Language: JavaScript
- Homepage:
- Size: 3.13 MB
- Stars: 94
- Watchers: 5
- Forks: 10
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-electron-zh - Minira - JIRA issues in your menubar. (Apps / Open Source)
- awesomeelectron - Minira - JIRA issues in your menubar. (Apps / Open Source)
README
> Menubar app for [JIRA](https://www.atlassian.com/software/jira)
[![Build Status](https://travis-ci.org/jenslind/minira.svg?branch=master)](https://travis-ci.org/jenslind/minira)
Minira is built on top of [Electron](http://electron.atom.io/), [Menubar](https://github.com/maxogden/menubar) and [Angular 2](https://angular.io/).
It is not a replacement for JIRA:s web interface, the goal is to list a number of important issues for the moment and have easy access to edit them.![minira.app](https://raw.githubusercontent.com/jenslind/minira/master/media/minira.png)
## The name?
Jira is coming from the Japanese word for `Godzilla`, `Gojira`. `Minira` is the Japanese word for [Minilla](https://en.wikipedia.org/wiki/Minilla), Godzillas adopted son. :fireworks:
## Development
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
Clone this repo and:
```
npm install
```Build:
```
webpack
```Build the .app:
```
npm run build
```## License
MIT © [Jens Lind](http://jenslind.com)