Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 925 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 925 Bytes

WebArchiver Protocol Buffers

GitHub package.json version Codacy branch grade

A shared package of Protocol Buffers (Protobuf) schemas and generated code for using between WebArchiver gRPC microservices. TypeScript types was created via ts-proto generator with a Nest.js server interfaces options.

Install

$ npm i @pereslavtsev/webarchiver-protoc

$ yarn add @pereslavtsev/webarchiver-protoc

$ pnpm add @pereslavtsev/webarchiver-protoc

Usage

$ pnpm protoc:gen

$ pnpm build
import { core } from '@pereslavtsev/webarchiver-protoc';

core.v1

License

ISC