A powerful command-line task manager built with Node.js.
npm install @mahz23/taskflow-cliA powerful command-line task manager built with Node.js.
- ✅ Add tasks with priorities and due dates
- 📋 List and filter tasks
- ✔️ Mark tasks as complete
- 📊 View productivity statistics
- 💾 Persistent local storage
``bash`
npm i @mahz23/taskflow-cli
`bashAdd a task
@mahz23/taskflow-cli add "Complete the project" -p high -d tomorrow
Commands
| Command | Alias | Description |
|---------|-------|-------------|
|
add | - | Add a new task |
| list | ls | List all tasks |
| complete | done | Mark task as complete |
| delete | rm | Delete a task |
| stats | - | Show statistics |Options for
add| Option | Description | Default |
|--------|-------------|---------|
|
-p, --priority | Set priority (low, medium, high) | medium |
| -d, --due` | Set due date (YYYY-MM-DD, tomorrow, today) | none |- Node.js - Runtime
- Commander.js - CLI framework
- Chalk - Terminal styling
- Conf - Persistent storage
Marco - Full Stack Developer
MIT