1.0.3 • Published 3 months ago
kenny-proto v1.0.3
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 NPM Package
To be able to publish new changes to npm packages. Pls take the following steps:
- run
npm publish
to publish your changes.
Note
- Make sure you commit and push your changes before publishing.
- Update your version number before publishing by running
npm version [patch|minor|major|<version_no>]
- This project have a hook which helps to build and compile the project when a commit is made.