chezzy
v1.0.10
Published
A command line todo list application
Maintainers
Readme
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 --helpto view the guide.
| Commands | Description |
| -------------------------------------------------------- | ------------------------------------------ |
| 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
| Option | Value | Description | Data Type |
| ----------- | ------------------ | ---------------------------- | --------- |
| --version | | Show the version number | |
| --name | "task_name" | name of the task | string |
| --desc | "task_description" | description of the task | string |
| --all | | to display all task | |
| --pending | | to display all pending tasks | |
| --done | | to display all complete | |
| --id | id_number | to select the task item | number |
| --help | | Show help | |
Future Plans:
- Planning to allow different account/list per package installation.
- Will subscribe to a more robust data storage in the future.
