@demoniks/task-cli

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i @demoniks/task-cli

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

2.46 kB

Total Files

3

Last publish

Collaborators

  • demoniks