0.0.10 • Published 2 years ago

@cosmonauts/protobuf v0.0.10

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
2 years ago

@cosmonauts/protobuf

ts-proto enhancements for Cosmos Protobufs

import { TSProtoStore } from '@cosmonauts/protobuf';

// specify proto path and out path
const protoStore = new TSProtoStore(protoPath, outPath);

// write TS files
protoStore.write();