0.0.4 • Published 8 years ago

@fand/todo-slack v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

@fand/todo-slack

todo

Todo app using Slack file upload API

Install

$ npm i -g @fand/todo-slack

Then put .todorc in your home directory.

// .todorc
{
  "token"    : "__YOUR_SLACK_API_TOKEN__",
  "user"     : "__YOUR_SLACK_USER_ID__",
  "channels" : "#__CHANNEL_NAME_TO_POST_",
};

Usage

Add TODO

$ todo add buy-milk two-bottles

Remove TODO

$ todo remove buy-milk

or you can abbreviate the title:

$ todo remove milk  # `buy-milk` will be removed

List TODO

$ todo list

License

MIT

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago