uilora
v1.0.2
Published
CLI to add Uilora components to your project
Maintainers
Readme
Uilora CLI
Add Uilora UI components to your project from the command line.
Installation
Use the CLI without installing it globally:
npx uilora@latest add <component-id>Or install globally:
npm install -g uiloraCommands
Add a component
npx uilora@latest add <component-id>Downloads the component from the Uilora registry, writes it to your project, and installs its npm dependencies.
Options:
-p, --path <dir>— Directory to write the component file (default:src/components/ui)--no-install— Skip runningnpm installfor dependencies-y, --yes— Overwrite existing file without prompting
Example:
npx uilora@latest add apple-glass-navList components
npx uilora@latest listShows all components available from the registry.
Options:
-q, --query <string>— Filter by name or description-l, --limit <number>— Max items to show (default: 50)
View component code
npx uilora@latest view <component-id>