1.0.28 • Published 4 months ago
saas-grpc-library v1.0.28
Description
Library for centralizing and abstracting work with .proto files and gRPC requests.
Prerequisites
Before starting, make sure you have the following installed in your local environment:
- Node.js (version 20 or higher).
Installation
$ pnpm install
generate interfaces from proto files
$ pnpm run generate:proto
NOTES:
If you generated new interfaces from proto files, you need to run the following step. Before running the above command, you need change the default name of protobufPackage in file generated on src/interface in the following way:
export const protobufPackageExample = "example";
create build
$ pnpm run build
upgrading version
$ pnpm version patch
publish package
$ pnpm publish
Support
Stay in touch
- Author - Cute Digital Media
License
Nest is MIT licensed.
1.0.28
4 months ago
1.0.27
4 months ago
1.0.26
4 months ago
1.0.25
4 months ago
1.0.24
4 months ago
1.0.23
4 months ago
1.0.22
4 months ago
1.0.21
4 months ago
1.0.20
4 months ago
1.0.19
4 months ago
1.0.17
4 months ago
1.0.16
4 months ago
1.0.14
4 months ago
1.0.13
4 months ago
1.0.12
4 months ago
1.0.11
4 months ago
1.0.10
4 months ago
1.0.7
4 months ago
1.0.6
4 months ago
1.0.4
4 months ago
1.0.3
4 months ago
1.0.1
4 months ago
1.0.0
4 months ago