1.0.2 • Published 5 months ago

fea-todo v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 months ago

FEA-CLI-TODO

FEA-CLI-TODO is a Command Line Interface (CLI) Todo App built with Node.js and Commander. It allows you to manage your todos through simple commands.

Installation

To use FEA-CLI-TODO, you need to have Node.js installed on your machine. Then, follow these steps:

  1. Open your terminal.
  2. Run the following command to install the app globally:
npm install -g fea-todo

Usage

Add a Todo

To add a new todo, use the following command:

npx fea-todo add

You will be prompted to enter the todo name and category. The todo will be added to the list.

List all Todos

To list all todos, use the following command:

npx fea-todo list

This command will display a table with all your todos, including their names and categories.

Example

# Add a new todo
npx fea-todo add

# List all todos
npx fea-todo list

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • Commander - The complete solution for Node.js command-line interfaces.
  • Inquirer.js - A collection of common interactive command-line user interfaces.
1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago