@thegraid/gammapbx
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i @thegraid/gammapbx

    Weekly Downloads

    1

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    848 kB

    Total Files

    7

    Last publish

    Collaborators

    • thegraid