Packages
ElyOS developer tools are available as standalone packages, so you don’t need to clone the full monorepo to build applications.
@elyos/sdk
Section titled “@elyos/sdk”The WebOS SDK provides TypeScript type definitions and a developer Mock SDK. Required for application development — it provides types for the window.webOS global object and the mock implementation needed for standalone development mode.
Available on:
- npm:
@elyos/sdk - JSR:
@elyos/sdk
bun add @elyos/sdkFull documentation: SDK API Reference
@elyos-dev/create-app
Section titled “@elyos-dev/create-app”An interactive CLI tool for scaffolding new ElyOS application projects. It walks you through project configuration and generates the initial structure based on your chosen template.
bunx @elyos-dev/create-appAvailable templates: blank, basic, advanced, datatable, sidebar
Full documentation: Getting Started