Skip to content
This repository has been archived by the owner on Oct 25, 2020. It is now read-only.

jakdept/cliTricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cliTricks

Custom written CLI tools for interfacing with a paginated API endpoint.

It consists of four binaries:

Installing

go get github.com/JackKnifed/cliTricks
  • Compile each binary
go install github.com/JackKnifed/cliTricks/templcat
go install github.com/JackKnifed/cliTricks/lasercat
go install github.com/JackKnifed/cliTricks/prettycat
go install github.com/JackKnifed/cliTricks/apicat
  • You should now be able to find all of the binaries at $GOPATH/bin

Testing

There are no unit tests or similar written for this - at least for the most part. THe binaries are provided as is, without proper testing.

This project is a hack, but it works.

About

Custom written CLI tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages