CLI tool for scaffolding and managing Ekairos components in projects. Current stable version is 1.22.3, released monthly. Focused on integration with Ink-based React CLIs and shadcn-style component management. Differentiates from generic CLIs by tightly coupling with the Ekairos design system and offering opinionated defaults for rapid UI development.
npm install ekairos-cliVerified import paths — ran on the pinned version, not inferred.
Initialize a new project with Ekairos CLI, then add components 'button' and 'card' using the add subcommand.
Update Node to >=14 or use dynamic import if CJS is required.
Ensure environment supports TTY; avoid piping output without --no-color.
Use 'add' subcommand instead of 'generate'.
Install ink: npm install ink
Use import() or dynamic import; update to ESM.
Use 'add' subcommand instead.