Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hrfmmymt/spinach
Unofficial Backlog app
https://github.com/hrfmmymt/spinach
backlog electron electron-app javascript macos macos-app nodejs spinach
Last synced: about 2 months ago
JSON representation
Unofficial Backlog app
- Host: GitHub
- URL: https://github.com/hrfmmymt/spinach
- Owner: hrfmmymt
- Created: 2016-11-16T15:46:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-08T11:04:36.000Z (11 months ago)
- Last Synced: 2024-04-14T04:36:39.283Z (9 months ago)
- Topics: backlog, electron, electron-app, javascript, macos, macos-app, nodejs, spinach
- Language: JavaScript
- Homepage:
- Size: 2.66 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spinach
> Unofficial Backlog app
[![Build Status](https://secure.travis-ci.org/hrfmmymt/spinach.svg?branch=master)](http://travis-ci.org/hrfmmymt/spinach)
![Spinach demo screenshot](media/screenshot-desktop.png)
## Install
### macOS
[Download](https://github.com/hrfmmymt/spinach/releases/latest), unzip, and move Spinach.app to the /Applications directory.
### Windows
[Download](https://github.com/hrfmmymt/spinach/releases/latest) and unzip to some location.
### Linux
[Download](https://github.com/hrfmmymt/spinach/releases/latest) and unzip to some location.
## Dev
Built with [Electron](http://electron.atom.io).
###### Commands
- Init: `$ npm install`
- Run: `$ npm start`
- Build macOS: `$ npm run build:macos`
- Build Linux: `$ npm run build:linux`
- Build Windows: `$ npm run build:windows`
- Build all: `$ brew install wine` and `$ npm run build` *(macOS only)*## License
MIT © [hrfmmymt](http://hrfmmymt.github.io/)