@hypoth-ui/cli
v1.0.2
Published
CLI tool for adding hypoth-ui components to your project
Maintainers
Readme
@hypoth-ui/cli
CLI tool for scaffolding and managing hypoth-ui components in your project. Initialize configuration, browse available components, and add them with a single command.
Installation
npm install -g @hypoth-ui/cliOr use directly with npx:
npx @hypoth-ui/cli initUsage
Initialize a Project
npx @hypoth-ui/cli initCreates a ds.config.json with your project settings (framework, package manager, paths).
Add Components
npx @hypoth-ui/cli add button dialogInstalls the component packages and any required dependencies.
Copy Component Source
npx @hypoth-ui/cli add button --copyCopies the component source files into your project instead of installing a package.
List Available Components
npx @hypoth-ui/cli list
npx @hypoth-ui/cli list --installedDocumentation
See the main README for full documentation and architecture overview.
License
MIT
