0.0.7 • Published 8 years ago

hubot-simple-tasks v0.0.7

Weekly downloads
-
License
GPL-3.0
Repository
gitlab
Last release
8 years ago

hubot-simple-tasks

Warning

This is a simple hubot tasks module. This is my first time writing a hubot module or a node module.

There are mistakes and there are better ways to to things.

This needs to be refactored, I know.

Requires

  • hubot-redis-brain;

Usage

  • hubot task me - creates a new task for you;
  • hubot task @user - creates a new task for @user;
  • hubot task list - list all the pending tasks for you;
  • hubot task list done - list all the done tasks for you;
  • hubot task list @user - list all the pending tasks for @user;
  • hubot task list done @user - list all the done tasks for @user;
  • hubot task did - mark task at as done;
  • hubot task did all - mark all tasks as done;
  • hubot task clear - delete all done tasks for you;
0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago