This repo will help you Building Protobuf messages for your prefered Language. Current supported languages:
- TypeScript
- v0.0.2 (2018-07-20):
- Added non-interactive mode.
- v0.0.1 (2018-07-20):
- Initial package
It is as easy as:
./build.sh
If you are using a private npm-registry, you have to provide a .npmrc
configuration file. Put it into the configs directory. Minimum content of the File:
registry=http://myregistry.example.org/repository/npm/
_auth=dXNlcm5hbWU6cGFzc3dvcmQ=
email[email protected]
You can generate the auth value by
echo -n "username:password" | openssl base64
docker run -v $(pwd):/data -w /data node:8-stretch bash ./build.sh