Categorygithub.com/deevanshu-k/taskcli
repositorypackage
0.0.0-20250104143955-a983c7c7b800
Repository: https://github.com/deevanshu-k/taskcli.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Task Cli

A bare minimum todo application for cli geeks.

Build Command

Taskcli: go build -ldflags "-s -w" -o build/taskcli.exe main.go Backend: go build -ldflags "-s -w" -o backend/build/taskcli-backend.exe backend/main.go