Skip to content

nikitavoloboev/go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Docs

Go libraries and other code

Files

  • cli - CLIs in go

Setup

Assumes go is installed.

Run

For now I go inside each of the go projects inside. Then I have these fish functions:

function g
    watchexec --no-vcs-ignore --restart --exts go "tput reset && go run ."
end

function G
    watchexec --no-vcs-ignore --restart --exts go "tput reset && go test"
end

g runs the code, and G runs the tests. Will improve setup with time.

Install CLI

There is cli dir that contains Go CLIs.

go get -u github.com/nikitavoloboev/go/<path-to-cmd>

For example: go get -u github.com/nikitavoloboev/go/cli/savelink will install this CLI to save links.

Contribute

Always open to useful ideas or fixes in form of issues or PRs.

Can open new issue (search existing issues first) or start discussion.

It's okay to submit draft PR as you can get help along the way to make it merge ready.

Join Discord for more indepth discussions on this repo and others.

🖤

Support on GitHub or look into other projects.

Discord X nikiv.dev

Releases

No releases published

Sponsor this project

 

Packages

No packages published