WORK IN PROGRESS. Things are likely to change.
Install binary with go get:
go get github.com/gamegos/scotty
To start the HTTP server and accept requests to the API, run:
scotty -config=/path/to/config.toml
By default, config.toml
file in the same directory as the binary will be used as configuration.
go test -v ./...
MIT. See LICENSE.