Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)