Skip to content

NPM Packages

Coral publishes reusable packages for app scaffolding, Jellyfin integration, and shared tooling.

PackagePurpose
create-coralCLI to scaffold a new Coral module from the official template
@get-coral/uiShared React UI component library and design tokens for Coral apps
@get-coral/jellyfinTyped Jellyfin API client for Node, browser, and edge runtimes
@get-coral/tsconfigShared TypeScript config presets for Coral repositories
@get-coral/biome-configShared Biome lint/format configuration for Coral repositories
Terminal window
pnpm create coral@latest
# or
npm create coral@latest
Terminal window
pnpm add -D @get-coral/tsconfig @get-coral/biome-config
# or
npm install --save-dev @get-coral/tsconfig @get-coral/biome-config
Terminal window
pnpm add @get-coral/jellyfin
# or
npm install @get-coral/jellyfin
Terminal window
pnpm add @get-coral/ui
# or
npm install @get-coral/ui