@protoutil/aip
v0.2.5
Published
TypeScript SDK for implementing [Google API Improvement Proposals](https://aip.dev/) (AIP). Most of the utilities in this library are TypeScript re-implementations of the [AIP Go](https://github.com/einride/aip-go) library.
Readme
AIP
TypeScript SDK for implementing Google API Improvement Proposals (AIP). Most of the utilities in this library are TypeScript re-implementations of the AIP Go library.
Install
This package has dependencies which require adding Buf as a registry in your package manager.
- For npm, the command is
npm config set @buf:registry https://buf.build/gen/npm/v1/or you can add this line to your .npmrc file:@buf:registry=https://buf.build/gen/npm/v1/ - For pnpm, the command is
pnpm config set @buf:registry https://buf.build/gen/npm/v1/ - For yarn, the command is
yarn config set npmScopes.buf.npmRegistryServer https://buf.build/gen/npm/v1/
See here for more information.
After adding Buf as a registry, use your configured package manager to install the @protoutil/aip package. i.e. install from npm using npm install @protoutil/aip.
