@hsx_ui/hsx-ui
v1.0.2
Published
CLI to add UI components, blocks, and templates to your project
Downloads
8
Readme
hsx_ui
CLI to add UI components, blocks, and templates to your project.
Install
npm install -g hsx_ui
# or
npx hsx_ui <command>Commands
npx hsx_ui init– Initialize hsx_ui in the current project (config, paths).npx hsx_ui add <name>– Add a component, block, or template by name.npx hsx_ui list– List available components, blocks, and templates.
Registry
- Components: button, tabs, accordion, carousel, text-editor, file-upload, navbar
- Blocks: hero-section, pricing-section, features-section, testimonial-section
- Templates: saas-landing, portfolio-landing, agency-landing
Development
npm install
npm run build
node dist/index.js listLicense
MIT
