Skip to content

Patrick564/todo-cli-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo Cli App

A Todo CLI app made with Go and SQLite.

Run and build

Your need install Go (1.19+) and SQLite3. For run just clone this project and exec:

go run .

This create the database file in project root. For build exec:

go build -tags prod -o ./build/gtask_v2.0

Now the database file will be create in the path of executable.

Commands

  • gtask list
  • gtask add task
  • gtask remove task_id

About

A TODO CLI App made with Go and SQLite.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages