UNPKG

@wundergraph/cosmo-connect

Version:

TypeScript Connect client for WunderGraph Cosmo

15 lines (9 loc) 402 B
# Cosmo Connect [![npm version](https://badge.fury.io/js/%40wundergraph%2Fcosmo-connect.svg)](https://badge.fury.io/js/%40wundergraph%2Fcosmo-connect) Host the auto-generated TypeScript files from the Cosmo proto files. ## Usage Transpile the proto files to Javascript files: ```bash pnpm build ``` You can generate the TypeScript files by running `pnpm generate` from the root of the repository.