Skip to content

Simple CLI tool to rate your day. Built while learning Go.

Notifications You must be signed in to change notification settings

ize-302/dayrate-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dayrate CLI

Simple CLI tool to rate your day. Built while learning Go.

Development

Make sure you cd into cmd/dayrate-cli

Run in development

go run . list - list all ratings go run . add - add today's rating go run . help - help menu

Build

From cmd/dayrate-cli go build -C . -o ../../bin/APP_NAME

Run build

APP_NAME list - list all ratings APP_NAME add - add today's rating APP_NAME help - help menu

About

Simple CLI tool to rate your day. Built while learning Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages