1.1.1 • Published 2 years ago

@thegraid/gammapbx v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

gammapbx

Protobuf definitions and support between 'gamma' clients & and the gamma game server.

Available on npmjs.com as @thegraid/gammapbx

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