Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takuseno/azami
Simple GitHub Pull Request Manager Powered By Electron
https://github.com/takuseno/azami
Last synced: about 1 month ago
JSON representation
Simple GitHub Pull Request Manager Powered By Electron
- Host: GitHub
- URL: https://github.com/takuseno/azami
- Owner: takuseno
- License: mit
- Created: 2016-04-08T11:30:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-21T05:27:57.000Z (over 8 years ago)
- Last Synced: 2024-10-23T04:07:01.715Z (2 months ago)
- Language: JavaScript
- Homepage: http://takuseno.github.io/azami
- Size: 1.01 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
[![Circle CI](https://circleci.com/gh/takuseno/azami.svg?style=svg&circle-token=5e99ff54f31cc4f4e50f9fdbe898bd045210ddd1)](https://circleci.com/gh/takuseno/azami)
[![Code Climate](https://codeclimate.com/github/takuseno/azami/badges/gpa.svg)](https://codeclimate.com/github/takuseno/azami)## azami
Simple Pull Request Manager powered by Electron
## Stacks
- Electron
- React
- flux
- Webpack## Coding Standard
[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)## Build
```shell
$ npm install -g electron-prebuilt
$ npm install
$ npm run build
$ electron .
```## License
This repository is MIT-licensed.