Packages
Racona developer tools are available as standalone packages, so you don’t need to clone the full monorepo to build applications.
@racona/sdk
Section titled “@racona/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:
@racona/sdk - JSR:
@racona/sdk
bun add @racona/sdkFull documentation: SDK API Reference
@racona/cli
Section titled “@racona/cli”An interactive CLI tool for scaffolding new Racona application projects. It walks you through project configuration and generates the initial structure based on your chosen template.
bunx @racona/cliAvailable templates: blank, basic, advanced, datatable, sidebar
Full documentation: Getting Started