@ikhlasbano/todos
v1.1.1
Published
This command-line application, built with TypeScript and Node.js, allows users to manage their todo list with basic operations such as adding tasks, reading tasks, updating tasks, and deleting tasks.
Downloads
1
Readme
Command-line Todo Application (TypeScript & Node.js)
This command-line application, built with TypeScript and Node.js, allows users to manage their todo list with basic operations such as adding tasks, reading tasks, updating tasks, and deleting tasks.
Features
- Add: Add new tasks to the todo list.
- Read: View the current todo list.
- Edit: Update existing tasks in the todo list.
- Delete: Remove tasks from the todo list.
- Exit: Exit the application.
Prerequisites
- Node.js installed on your machine.
- npm (Node Package Manager) installed on your machine.
Installation
To install the Todos CLI, use npm:
npm install -g @ikhlasbano/todos
Usage
To use the Todos CLI, run the following command:
todos
Follow the prompts to perform various operations such as adding, reading, updating, and deleting tasks.
Accessing the Package on NPM
You can access the package here.
Feel free to customize the README further to add any additional information or instructions you think would be helpful for users. Happy task management!