0.1.5 • Published 1 year ago
@wazobia/proto v0.1.5
Wazobia protobuf files
This package contains Protobuf message definitions for wazobia marketplace It can be used for data exchange within gRPC services
Installation
- Install protobuf compiler by running
brew install protobuf
- Make sure Nodejs is installed and set in environment path
To-Do
Set up test for protobuf
Publish to Github Package
To to be able to publish new changes to github packages. Pls take the following steps:
- run
git add .
- run
git commit -m <commit message>
- run
npm run patch
||npm run minor
||npm run major
to publish your changes. - run
git push -u origin master
Note
- Make sure you commit and push your changes before publishing.
- This project have a hook which helps to build and compile the project when a commit is made.