CLI application to manage your brags from your terminal
1.20
go mod
- Rename the
.env.samplefile to.envand update the expected values.
go run main.go
go run main.go <command> <flags>
- Run
go install - Go the go/bin directory to get the thebrag executable file.
chmod a+x thebragto make it an executable.- add to system env PATH variable if not already added.