fabric-protos

v2.2.20
Protocol Buffer files and generated JavaScript classes for Hyperledger Fabric
hyperledger blockchain

test

echo "Error: no test specified" && exit 1

update

npm run update:clean && npm run update:copy && npm run update:pbjs

update:copy

cpx "${GOPATH}/src/github.com/hyperledger/fabric-protos/**/*.proto" protos

update:pbjs

pbjs -t static-module -p google-protos -p protos $(find google-protos protos -name "*.proto" -type f) -o bundle.js --keep-case

update:pbts

pbts -o './types/index.d.ts' bundle.js

update:clean

rimraf bundle.js protos && mkdirp protos

Metadata

Downloads