1.0.4 • Published 2 years ago

taskmanager-cli-app v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

taskmanager-cli-app

Screenshot of the application

Screenshot

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
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago