elorm
v0.2.3
Published
CLI for elorm/ui — copy-paste React component library
Maintainers
Readme
Install
npx elorm initOr install globally:
npm install -g elorm
elorm initQuick start
npx elorm init
npx elorm add button card dialog
npx elorm add login-formAI agent skill
Install the elorm skill for Cursor, Claude Code, and other agents:
npx skills add Akarikev/ui --skill elorm -g -yDocs: ui.elorm.xyz/docs/get-started/agent-skills
Commands
| Command | Description |
| --- | --- |
| elorm init | Initialize elorm/ui in your project |
| elorm add [items...] | Add components or blocks |
| elorm search -q "query" | Search the registry |
| elorm docs <item> [--json] | Show component documentation |
| elorm info [--json] | Show project config and installed components |
| elorm diff <item> | Compare local vs registry version |
Options
elorm init supports non-interactive setup:
npx elorm init -y \
--template next \
--ui-library base-ui \
--base-color neutral \
--accent mono \
--radius defaultRegistry
Components are fetched from ui.elorm.xyz/r/registry.json.
Documentation
Full docs: ui.elorm.xyz/docs
License
MIT
