taskmanager-cli-app
Screenshot of the application
A cli task manager application for management your tasks in command line.
Installation
run this command in your terminal.
npm install --save taskmanager-cli-app
OR
npm i -S taskmanager-cli-app
Usage
This application has 4 commands for management tasks new done delete list
:
After run this command write your task and press enter.
node app.js new
For showing list of your tasks run this command:
node app.js list
delete
and done
commands need an index number
node app.js delete 0
node app.js done 0