1.0.10 • Published 11 months ago

chezzy v1.0.10

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

TODO LIST CLI

A command Line todo-list application

Hello, thank you for visiting my npm package. This is my first CLI application and I'm quite proud that I learned how to create a CLI application.


To install the package:

npm install chezzy

COMMANDS:

  • chezzy [command] --<flags> to use the application.
  • chezzy --help to view the guide.

CommandsDescription
chezzy add --name <"task_name"> --desc <"description">to add a new task
chezzy list --<all\|pending\|done>to display all, pending, or completed task
chezzy complete --id <task_id>to complete a task
chezzy delete --id <task_id>to remove a task

OPTIONS

OptionValueDescriptionData Type
--versionShow the version number
--name"task_name"name of the taskstring
--desc"task_description"description of the taskstring
--allto display all task
--pendingto display all pending tasks
--doneto display all complete
--idid_numberto select the task itemnumber
--helpShow help

Future Plans:

  • Planning to allow different account/list per package installation.
  • Will subscribe to a more robust data storage in the future.
1.0.10

11 months ago

1.0.9

11 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago