https://github.com/xo/ecosystem
https://github.com/xo/ecosystem
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xo/ecosystem
- Owner: xo
- License: mit
- Created: 2022-03-23T06:46:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T11:25:15.000Z (over 3 years ago)
- Last Synced: 2025-01-08T08:42:50.520Z (about 1 year ago)
- Language: Go
- Size: 50.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ecosystem
Ecosystem includes tooling that helps interact with xo/xo in various ways.
## protoc-gen-xo
protoc-gen-xo is a xo types generator, generating an sql schema from protobuf
definitions. It is designed to be used with gunk, but can work separately,
outside of gunk.
### Installation
Use the following command to install protoc-gen-xo:
```sh
$ go install github.com/xo/ecosystem/cmd/protoc-gen-xo@latest
```