A http cli written in GoLang.
Build app
make build
Run tests
make test
Lint code
make lint
Run go run main.go --help
for instructions on how to use the CLI.
You can also run use the build binary like so: ./http --help
.
Run Make build recipe to get the binary. Or download it from the release assets
.
TIP: Update your path to include the directory where the binary is and you can run
http
from anywhere.