Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tofuness/Toshocat
Anime and Manga list app for desktop.
https://github.com/tofuness/Toshocat
anime manga movie tracking
Last synced: 16 days ago
JSON representation
Anime and Manga list app for desktop.
- Host: GitHub
- URL: https://github.com/tofuness/Toshocat
- Owner: tofuness
- License: gpl-3.0
- Created: 2016-04-10T01:30:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-22T12:28:39.000Z (over 8 years ago)
- Last Synced: 2024-08-01T02:28:23.618Z (3 months ago)
- Topics: anime, manga, movie, tracking
- Language: JavaScript
- Homepage: https://toshocat.com
- Size: 1.71 MB
- Stars: 182
- Watchers: 20
- Forks: 12
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-electron-zh - Toshocat - Anime/Manga Progress Tracker. (Apps / Open Source)
README
---
### Installation
* You need Node.js on your machine
* You need MSVC to build some native modules
* You need a local global installation of `electron-builder`
Apart from that, just run `npm install` in the project directory.### Developing
```
$ npm run test:watch
$ npm run webpack:dev
$ npm run start:dev
```
Starts up the application in development mode. The Squirrel updater won't work in the
development environment so you can safely ignore Squirrel errors.### Building
```
$ npm run test
$ npm run webpack:build
$ npm run dist
```
Make sure tests pass before running `npm webpack:build`. `npm run dist` builds
the delta files and artifacts for 64-bit Windows.### License
GNU GPL V3