https://github.com/tiaansu/task-tracker-cli
A simple task tracker cli
https://github.com/tiaansu/task-tracker-cli
Last synced: 3 months ago
JSON representation
A simple task tracker cli
- Host: GitHub
- URL: https://github.com/tiaansu/task-tracker-cli
- Owner: Tiaansu
- License: mit
- Created: 2024-08-26T03:35:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T14:14:01.000Z (9 months ago)
- Last Synced: 2025-01-06T06:43:38.121Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Task Tracker CLI
> [!NOTE]
> Image and the actual output here will be different as I rewritten it with no external libraries.This is a simple Task Tracker CLI made using node.js. It is based on the [roadmap.sh](https://roadmap.sh/projects/task-tracker) project.
### Preview
1. Add
2. Update
3. Delete
4. Mark as in-progress
5. Mark as done
6. List
7. List with status


### Installation
- Clone this repository
- Run `pnpm install` or your package manager's install command.
- Run `npm link`
- Run `task-cli`