taskmaker
v1.0.1
Published
Create/Edit/Modify tasks using command line interface
Downloads
14
Readme
TaskMaker CLI
A simple and interactive command-line interface (CLI) application for managing your daily tasks. Easily add, list, mark, or delete tasks—all from your terminal.
Features
- Add tasks to your to-do list.
- View your list of tasks.
- Mark tasks as completed.
- Delete tasks when they're no longer needed.
- Interactive mode with
--interactivefor an enhanced user experience.
Installation
- Clone this repository:
git clone https://github.com/yourusername/todo-cli.git cd todo-cli npm install npm link task
Usage
Development
- Running Locally
You can run the script without linking by using Node.js:
node taskmaker.js --list- Download via npm
You can download the package via NPM
npm install taskmaskerAdding Features
Feel free to fork this project and contribute! Here's how to set up your development environment:
- Clone the repo and create a new branch.
- Make your changes.
- Submit a pull request.
Technology Stack
- Node.js: Core framework for building the CLI
- Inquirer.js: For interactive prompts
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contributions
Contributions are welcome! If you have ideas or bug fixes, feel free to open an issue or submit a pull request.
