1.0.3 • Published 1 year ago

chezzy-cli v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year 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-cli

COMMANDS:

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

CommandsDescription
chezzy-cli add --name <"task_name"> --desc <"description">to add a new task
chezzy-cli list --<all\|pending\|done>to display all, pending, or completed task
chezzy-cli complete --id <task_id>to complete a task
chezzy-cli 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.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago