An open API service indexing awesome lists of open source software.

https://github.com/youssufsalah/task-tracker-cli

Task Tracker CLI Coded in JavaScript
https://github.com/youssufsalah/task-tracker-cli

cli cli-app commander javascript node node-js nodejs npm task-tracker task-tracker-app

Last synced: 2 months ago
JSON representation

Task Tracker CLI Coded in JavaScript

Awesome Lists containing this project

README

        

# Task Manager CLI App

## How to use

- Usage: `node app.js [arguments]`
- After running the installation command run `node app.js help` to show list of the available commands

## Example

```bash
# Show list of commands:
node app.js help

# Add task:
node app.js add-task "Task title" "Task description (Optional)"

# Update task:
node app.js update-task TASK_0001 "New task title" "New task description (Optional)"

# Delete task:
node app.js delete-task TASK_0001

# Mark task as done:
node app.js mark-done TASK_0001

# Mark task as in-progress:
node app.js marg-in-progress TASK_0001

# List tasks:
node app.js list
node app.js list todo # Only todo tasks
node app.js list in-progress # Only in-progress tasks
node app.js list done # Only done tasks
```

Project from: [Roadmap.sh Task Tracker](https://roadmap.sh/projects/task-tracker)

___________________________________________
### Wanna support me ?
[Buy me a coffee!](https://ko-fi.com/youssufsalah) `(Starting from as little as 1$)`

___________________________________________
# Tags
#javascript #node #node.js #nodejs #node_js #js #cli #cliapp #cli_app #task_tracker #tasktracker #task_tracker_cli #tasktrackercli #task_tracker_app #tasktrackerapp