This repository contains the standalone StackFox SDKs.
It includes:
- the in-progress Luau SDK for Roblox
- the future JavaScript SDK
stackfox/sdk-js: Placeholder npm package for a future JS/TS SDKstackfox/sdk-luau: Wally package for the Luau SDK
- Node.js and npm when working on the JavaScript SDK
- Rokit when working on the Luau SDK
JavaScript SDK:
cd packages/sdk-js
npm installLuau SDK:
cd packages/sdk-luau
rokit installContributions are welcome. Keep package docs and root docs aligned when you add or remove SDK capabilities so the repository stays coherent as the SDK surface grows.
This project is licensed under the MIT License - see the LICENSE file for details.