@deneb-ui/create-template
v2.0.94
Published
Scaffold production-ready DENEB UI storefront templates for Next.js in seconds.
Readme
Quick start
npm create @deneb-ui/template my-store
# npx @deneb-ui/create-template my-store
# pnpm create @deneb-ui/template my-storeThen:
cd my-store
npm run dev # Local development
npm run lab # Visual editing preview lab
npm run validate # Fivora contract checks
npm run zip # Upload-ready packageWhat's included
Each scaffolded project ships with:
- Next.js 15 App Router + static export support
- Tailwind CSS pre-configured
@deneb-ui/ui— full component library with responsive defaults@deneb-ui/cli— validate, lab, zip, and add commandsfivora-template.json+site-data.json— editor-ready from day one
Options
npx @deneb-ui/create-template <project-name> [--skip-install]| Flag | Description |
| :--- | :--- |
| --skip-install | Skip npm install after scaffolding |
Authors
Created and maintained by Chamika Gayashan and Induranga Kawishwara.
