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
hwscnpm organization Login to your account and follow prompt through your CLI:
$npm login
Update npm package
- Make sure you
npm loginto your account - Increment version* number in
package.jsonlocated inhwsc-api-blocks/protobuf/ - At root of
hwsc-api-blocksrun the scriptnpm_package_protos.sh
- Version has to be incremented to push an updated package to npm, because the same
package name + versioncannot be reused.