Installation

The Kumo CLI is available via npx. No installation required.

npx kumo-svelte help

Commands

Blocks

Install copy-paste blocks into your project for full customization.

# Initialize kumo.json configurationnpx kumo-svelte init# List all available blocksnpx kumo-svelte blocks# Install a block to your projectnpx kumo-svelte add PageHeader

Component Registry

Access component documentation directly from your terminal.

# List all Kumo components with categoriesnpx kumo-svelte ls# Get detailed documentation for a componentnpx kumo-svelte doc Button# Get documentation for all componentsnpx kumo-svelte docs

Migration and AI

Export token rename maps for codebase migrations and print the AI usage guide.

# Show pending token migrationsnpx kumo-svelte migrate# Show class-level mappingsnpx kumo-svelte migrate --classes# Print the AI component usage guidenpx kumo-svelte ai

Try it out

Type commands in the interactive terminal below to explore the CLI.

Kumo Svelte CLI v0.3.0 - Type "kumo-svelte help" for commands
$

Tip: Use arrow keys for command history, Ctrl+L to clear