commandline tool to manage tasks
install with -g to use it directly
```
npm i -g task-commando
`
Options:
-h, --help output usage information
Commands:
list|ls list tasks
remove|rm delete a task
create|c create a task
done|d mark a task done
notDone|nd mark a task not done.
resetAll deleteAll
Examples:
$ tm --help
$ tm ls
$ tm c <
$ tm d <
$ tm nd <
$ tm resetAll
``