We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7923d04 commit 09022cdCopy full SHA for 09022cd
docs/BUILD.md
@@ -0,0 +1,4 @@
1
+## Build Instruction
2
+
3
+1. `npm install`
4
+1. `npm run build`
src/Google/README.md
@@ -0,0 +1,10 @@
+## How to generate `Sdk.js`, `Sdk.d.ts`
+### Prerequisite
+* [protobufjs](https://www.npmjs.com/package/protobufjs)
5
6
+### Steps
7
8
+1. Get `sdk.proto` from https://github.com/dplusic/GameLift-Server-Protobuf/releases
9
+1. `pbjs -t static-module -w commonjs -o Sdk.js --force-long sdk.proto`
10
+1. `pbts -o Sdk.d.ts Sdk.js`
0 commit comments