Skip to content
/ worp Public

A small CLI utility library I am playing around with to wrap my fingers around go.

License

Notifications You must be signed in to change notification settings

worp1900/worp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

worp

A small CLI utility library I am playing around with to wrap my fingers around go.

Install

  1. Clone the repository to your go workspace (check your $GOPATH env var where yours is located, mine is ~/workspaces/go. So I would run $ git clone [email protected]:worp1900/worp.git ~/workspaces/go/src/github.com/worp1900/worp ).
  2. Then run go install github.com/worp1900/worp to install the binaries.
  3. Finally, to see available functionality in worp, run $ worp (without parameters) to see all command available.

Note: Make sure your $GOPATH is in your PATH. This way you'll be able to run the binaries directly, without adding their full path.

Credit where credit is due!

Thanks to http://thenewstack.io/cli-command-line-programming-with-go/ - helped me a lot!

About

A small CLI utility library I am playing around with to wrap my fingers around go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages