This is a cli to manage tasks
Install:
$ npm install -g arali
Example:
$ arali -h
command to get help
$ arali -a "Adding a new classes"
command to add new task
$ arali -l
command to list all tasks
$ arali -c 1
command to complete a task with id 1
$ arali -u 1
command to uncomplete a task with id 1
$ arali -d 1
command to delete a task with id 1