cli-interactive-todo-list
v1.0.1
Published
An interactive command-line interface for managing your to-do list. Add, mark, and remove tasks easily using the inquirer.
Downloads
3
Maintainers
Readme
Interactive To-Do List CLI
An interactive command-line interface (CLI) for managing your to-do list. Easily add tasks, mark tasks as completed, and remove tasks using the inquirer library.
Features
- Add Tasks: Prompt users to input tasks they need to do.
- Mark Tasks as Completed: Allows users to select and mark tasks as completed.
- Remove Tasks: Provides an option to remove tasks from the list.
- View To-Do List: Display the current list of tasks with their completion status.
Installation
You can install the package using npm:
npm install cli-interactive-todo-list