1.0.1 • Published 3 months ago

@demoniks/task-cli v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

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
1.0.1

3 months ago

1.0.0

3 months ago