0.0.5 • Published 6 years ago
@hwsc/hwsc-api-blocks v0.0.5
@hwsc/hwsc-api-blocks
An npm package that contains proto client stubs for all services for hwsc-frontend
Installation
$ npm i @hwsc/hwsc-api-blocks
Requirement
- Create an account with www.npmjs.com
- Get an admin to add you to
hwsc
npm organization Login to your account and follow prompt through your CLI:
$npm login
Update npm package
- Make sure you
npm login
to your account - Increment version* number in
package.json
located inhwsc-api-blocks/protobuf/
- At root of
hwsc-api-blocks
run the scriptnpm_package_protos.sh
- Version has to be incremented to push an updated package to npm, because the same
package name + version
cannot be reused.