proto-nats
provides a plugin for the protoc compiler
. It generates the client and server for working with NATS.
Download the plugin from the Releases page.
$ curl -Ls https://git.io/proto-nats | bash
- Install Go
# Build (dev only)
$ make build
# Clean up
$ make clean
# Run tests and generates html coverage file
$ make cover
# Format all go files
$ make fmt
# Pack the template using [Pkger](https://github.com/markbates/pkger)
$ make pack
# Run tests
$ make test
This project is released under the MIT licence. See LICENSE for more details.