Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 432 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 432 Bytes

Odd Giants SDK

This is a work-in-progress fully-typed SDK for the API for the game Odd Giants (a Glitch remake).

Building

Initialization

For easy initialization, run the init script. This will generate the API, and install dependencies.

npm run init

Build SDK

To build the OddGiants SDK, run

npm run generate

Build and run

To run and test the code, run

npm run test