This is a reworking of is-up-cli written in Golang. It uses isitup.org under the hood.
Prerequisites:
To install:
- git clone
- from the newly git cloned project directory, run
go build
- the binary should now be installed in
~/go/bin/
$ isup github.com
✅ github.com is up
go test
# with coverage
go test -cover