Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imballinst/protosaurus


https://github.com/imballinst/protosaurus

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# protosaurus

To generate docusaurus documentation website from your `*.proto`.

## Quick start

You need to have [Go 1.17.x](https://go.dev/doc/install) installed on your system, also: `bash`, `make`, `awk`, `tar`, `unzip`, and `curl`.

To generate:

```console
make gen
```

To check on more targets:

```console
make help
```

## License

See: [LICENSE](./LICENSE).