1.0.0 • Published 2 years ago

alvintanudjaja-grpc-proto v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

gRPC Proto

This is a sample repository to host the common proto files for your services. It comes with scripts to auto generate and build static codes to be published and used by services.

Note that sample proto files provided are following Protocol Buffers v3 and the scripts are not compatible with Windows environment

Overview

Sample central repository for proto files.

Build

Install protobuf, for Mac run:

brew install protobuf

To install the dependencies, run:

npm i

To generate static codes and index.ts based on proto files, run:

npm run generate

To build the generated codes to dist, run:

npm run build

To publish the codes to be used by services, create npm account and login to your account in terminal by running:

npm login

Once you are logged in, you can publish by running:

npm publish

Related Projects

grpc_lib

grpc_service

grpc_client

Contributors

Thanks goes to these people, in no particular order, without whom it would not be possible to complete this project.

Yang Guang

Calvin Sim

Viet Son

1.0.0

2 years ago

0.1.0

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.1

2 years ago