hubot-simple-tasks

0.0.7 • Public • Published

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;

Package Sidebar

Install

npm i hubot-simple-tasks

Weekly Downloads

6

Version

0.0.7

License

GPL-3.0

Last publish

Collaborators

  • george-silva