https://github.com/anucha-tk/go_task_tracker
Golang task tracker
https://github.com/anucha-tk/go_task_tracker
cli cobra-cli filesystem golang lipgloss
Last synced: 3 months ago
JSON representation
Golang task tracker
- Host: GitHub
- URL: https://github.com/anucha-tk/go_task_tracker
- Owner: anucha-tk
- Created: 2025-01-19T03:39:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-22T09:07:16.000Z (over 1 year ago)
- Last Synced: 2025-01-22T09:33:25.099Z (over 1 year ago)
- Topics: cli, cobra-cli, filesystem, golang, lipgloss
- Language: Go
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GO_TASK_TRACKER
- [GO_TASK_TRACKER](#gotasktracker)
- [What we learn](#what-we-learn)
- [How to run](#how-to-run)
- [Build](#build)
- [Run](#run)
CRUD CLI task json file.
## What we learn
- Filesystem with os package
- CLI with [Cobra](https://cobra.dev/)
## How to run
### Build
```bash
make build
```
### Run
```bash
task_tracker [command] [flag]
```