@crownsfoundation/backend-proto
v1.66.0
Published
protobuf definitions and swagger docs generator for Crowns Foundation API
Downloads
45
Readme
Crowns Foundation - API Proto/Swagger definitions
Installation
- Install dependencies
npm install
- on mac:
brew install protobuf
- generate typescript interfaces, and swagger json definitions
npm run build
- you should now have generated typescript classes and swagger definitions inside ./dist folder