taskbuddy
v1.0.1
Published
Minimal Node.js CLI task manager
Readme
TaskBuddy
TaskBuddy is a simple command-line tool to add, list, complete, and delete tasks using a local file.
Intallation
npm install -g taskbuddyFeatures
- Add task
- Delete task
- List task
- Mention task status
- Change task status
Commands
| Command | Description | |--------|------------| | add | Add a new task | | list | List all tasks | | mark | Update task status (completed or pending) | | remove | Delete a task |
Usage
- Adding Tasks
tasker add "Learn Node.js" "Practice fs module"- Listing Tasks
taskbuddy list- Remove Tasks
tasker remove "Learn Node.js"- update Tasks Status
tasker mark "Learn Node.js" completedData storage
Tasks are stored locally in a JSON file on user's system
