https://github.com/maxmellon/ita
"ita"(板) is todo manager in cli.
https://github.com/maxmellon/ita
Last synced: about 1 year ago
JSON representation
"ita"(板) is todo manager in cli.
- Host: GitHub
- URL: https://github.com/maxmellon/ita
- Owner: MaxMEllon
- Created: 2017-07-18T16:00:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-30T11:33:31.000Z (over 8 years ago)
- Last Synced: 2024-10-22T16:12:41.658Z (over 1 year ago)
- Language: JavaScript
- Size: 311 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
"ita"(板) is todo manager in cli.
## Demo

## Installation
```
$ npm i -g ita
```
## Config
Please create file to the following place.
`~/.config/ita/init.json`
```
{
"slackUrl": "https://hooks.slack.com/services/XXXXXXXXX/XXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXXX",
"slackChannel": "@maxmellon",
"backendServer": "http://localhost:2300"
}
```
## LICENSE
MIT