@demoniks/task-cli
v1.0.1
Published
A simple command-line interface (CLI) tool for managing tasks using tasktrek dependency.
Downloads
4
Readme
TaskCLI
TaskCLI is a simple command-line interface (CLI) tool for managing tasks using the tasktrek dependency.
Installation
You can install TaskCLI via npm:
npm install task-cli
Usage
TaskCLI provides the following commands:
list: Displays the list of tasks.
add <description>: Adds a new task with the given description.
complete <taskId>: Marks the task with the specified ID as completed.
exit: Exits the TaskCLI.
Example usage:
task-cli list
task-cli add "Write a letter"
task-cli complete 1
License
MIT