protoapi command line tool
Please run init command to initialize
protoapi init
- root
- init
- gen
- help
root command will display help information.
init command will download protoc and other required files into your home directory.
gen command will generate user declared language/framework code including API interface and request/response.
To run gen command, use:
protoapi gen --lang=[language] [output directory] [proto file]