1.0.3 • Published 1 year ago

arali v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Arali

This is a cli to manage tasks

NodeJS JavaScript GitHub Actions

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