Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.
/ proto-nats Public archive

Provides a protoc plugin that generates the client and server for working with NATS.

License

Notifications You must be signed in to change notification settings

faabiosr/proto-nats

Repository files navigation

Proto Nats

Build Status Codecov branch Release GoDoc Go Report Card License Powered By: GoReleaser

Description

proto-nats provides a plugin for the protoc compiler. It generates the client and server for working with NATS.

Installation

Download the plugin from the Releases page.

Shell script:

$ curl -Ls https://git.io/proto-nats | bash

Development

Requirements

  • Install Go

Makefile

# 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

License

This project is released under the MIT licence. See LICENSE for more details.

About

Provides a protoc plugin that generates the client and server for working with NATS.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published