Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhiokim/gona
✅ (:fire: WIP...) Task manager!! Electron & CLI
https://github.com/rhiokim/gona
cli electron task-manager todo
Last synced: 4 days ago
JSON representation
✅ (:fire: WIP...) Task manager!! Electron & CLI
- Host: GitHub
- URL: https://github.com/rhiokim/gona
- Owner: rhiokim
- Created: 2017-05-02T00:10:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T06:21:07.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T21:53:42.225Z (7 months ago)
- Topics: cli, electron, task-manager, todo
- Language: JavaScript
- Homepage: https://rhiokim.github.io/gona/
- Size: 3.03 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.flowtype.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## How to setup flowtype
### Prerequisite
```
$ brew update && brew install flow
$ npm i -g flow-type
```### To use type checking on the fly
* for SublimeText
- [SublimeLinter-flow](https://github.com/SublimeLinter/SublimeLinter-flow)
* for Atom
- [flow-ide](https://atom.io/packages/flow-ide)### References
* Flow: Type Checking with Flow in React + Redux
- https://www.robinwieruch.de/the-soundcloud-client-in-react-redux-flow/
* Flow Basic Configuration
- https://github.com/raquo/facebook-flow-examples/blob/master/flow-config.md
* Advanced Configuration
- https://flowtype.org/docs/advanced-configuration.html
* https://github.com/mizchi/modern-js-stack-example-with-react
* Installation
- https://github.com/gajus/eslint-plugin-flowtype#installation
* ESLint Configuration
- https://github.com/gajus/eslint-plugin-flowtype#configuration
* Shareable Config for Recommended Flowtype
- https://github.com/gajus/eslint-plugin-flowtype/blob/master/src/configs/recommended.json