pando-api-grpcweb

1.0.4 • Public • Published

Frontend Module for Public API Protofiles

@pandolink/grpcweb

How to update module

  1. Clone this repositoy.

  2. Navigate to the child directory, public-api

cd public-api
  1. Checkout to the develop branch in the public-api submodule/directory. And pull changes from develop.
git checkout develop
git pull origin develop
  1. Go back to the root directory.
cd ..
  1. Compile the latest protofiles from the public-api submodule by running:
yarn build

Compiled files are created under root/public-api/src/grpcweb/pando folder.

  1. Copy and paste or replace compiled pando folder from the public-api to root/src

  2. Publish to npm with the latest version by running:

yarn publish

How to use or update module in project

yarn remove @pandolink/grpcweb
yarn add @pandolink/grpcweb
npm uninstall @pandolink/grpcweb
npm install @pandolink/grpcweb

Readme

Keywords

none

Package Sidebar

Install

npm i pando-api-grpcweb

Weekly Downloads

2

Version

1.0.4

License

ISC

Unpacked Size

4.03 MB

Total Files

112

Last publish

Collaborators

  • shirocoder