Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)