create-ui-app-cli
v2.1.4
Published
A modern UI component generator CLI with support for multiple UI frameworks. Some presets have required dependencies (e.g., Chakra UI requires framer-motion).
Maintainers
Readme
UI Alchemy
A modern UI component generator CLI with support for multiple UI frameworks.
Installation
# Install globally
npm install -g @your-username/ui-alchemy
# Or use npx
npx @your-username/ui-alchemy my-appUsage
create-ui-alchemy my-app [preset] [language] [framework]Where:
my-appis your project name[preset]is one of: chakraflow, shadeflow, daisyworld, antverse, bootflow, primeland[language]is one of: javascript, typescript[framework]is one of: react, next
If you don't provide the optional arguments, you'll be prompted to select them.
Features
- Multiple UI framework support
- TypeScript and JavaScript support
- React and Next.js support
- Quick setup with minimal configuration
Publishing
Before publishing, make sure to:
- Login to npm:
npm login - Replace
@your-usernamewith your actual npm username - Run:
npm publish --access public
License
MIT
