@teespring/onboarding-proto
v1.1.0
Published
onboarding proto files and generated code
Downloads
33
Maintainers
Keywords
Readme
onboarding-service Proto Files
This NPM package contains manually and automatically generated proto files for the current project. The proto files can be found in the ./proto
directory, and the automatically generated files are stored in the ./generated
directory.
Installation
To install this package, run the following command:
npm install onboarding-service
Usage
To use this package, you can use the automatically generated client and server files in your project:
const { ExampleServiceClient } = require('onboarding-service/generated/example/v#/example_grpc_pb');
const { ExampleRequest } = require('onboarding-service/generated/example/v#/example_pb');