1.0.4 • Published 7 months ago

taskmanager-cli-app v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months 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

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago