JSPM

@thegraid/gammapbx

1.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q14019F
  • License MIT

protobuf for gamma display client; typescript, javascript and java

Package Exports

  • @thegraid/gammapbx

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@thegraid/gammapbx) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

gammapbx

Protobuf definitions and support for 'gamma' clients & servers.

Typescript and javascript client files.

See "scripts" in package.json

old comments

a few files to exercise a clonable git project.

edit package.json "version"
protoc --plugin=protoc-gen-ts=./node_modules/.bin/protoc-gen-ts \
  --js_out=import_style=commonjs,binary:. --ts_out=service=false:. \
  -I ./src src/gamma.proto
git add src/gamma.proto gamma_pb.js gamma_pb.d.ts package.json // README.md
git commit -m "..."
git tag 0.2.0
git push origin master --tags
npm publish

generate gamma/player/util/GammaProto.java

protoc -I ./src --java_out=. ./src/gamma.proto