Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imballinst/protosaurus
https://github.com/imballinst/protosaurus
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/imballinst/protosaurus
- Owner: imballinst
- License: apache-2.0
- Created: 2022-01-24T02:45:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-29T21:59:42.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T02:26:28.468Z (6 months ago)
- Language: TypeScript
- Homepage: https://imballinst.github.io/protosaurus
- Size: 1.37 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).