@labset/protoc-gen-graphql
v1.0.0
Published
A protoc plugin to generate GraphQL schema from protobuf files
Readme
protoc-gen-graphql
Protoc plugin to generate GraphQL schema from protobuf schema.
install it
from stable
- with homebrew (preferred)
brew tap viqueen/labset
brew install protoc-gen-graphql- with npm
npm install @labset/protoc-gen-graphql -gdevelopment
environment
- nvm to manage node versions.
brew install nvm- yarn as node package manager
brew install yarnhouse-keeping
- install dependencies
nvm install
yarn- build it
yarn build- format it
yarn format- lint it
yarn lint
yarn lint --fix- test it
yarn test