A monorepo containing the Script Composer SDK and example implementations.
This is a monorepo managed with pnpm workspaces, containing:
packages/*: Core SDK packagesexamples/*: Example implementations and usage
- Node.js (Latest LTS version recommended)
- pnpm (v10.11.0 or later)
- Clone the repository:
git clone [repository-url]
cd script-composer-sdk- Install dependencies:
pnpm installTo build all packages:
pnpm buildTo run tests across all packages:
pnpm test- After cloning the repository, run
pnpm installto install all dependencies - Run
pnpm buildto build all packages - You can now run tests using
pnpm test