1.0.4 • Published 2 years ago
taskmanager-cli-app v1.0.4
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-appOR
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 newFor showing list of your tasks run this command:
node app.js listdelete and done commands need an index number
node app.js delete 0
node app.js done 0