@fivora/create-template
v1.0.3
Published
Scaffold a modern, pre-validated Fivora template in seconds.
Readme
@fivora/create-template
Scaffold a modern, pre-validated Fivora template in seconds (Vite-style initializer).
Quick Start
Create a new Fivora template with a single command:
# Using npm
npm create @fivora/template my-store
# Or using npx
npx @fivora/create-template my-store
# Or yarn / pnpm
yarn create @fivora/template my-store
pnpm create @fivora/template my-storeThen start developing:
cd my-store
npm install
npm run dev # Start Next.js local development
npm run lab # Test in Fivora Visual Editing Lab
npm run validate # Run Fivora preflight compliance checks
npm run zip # Create upload-ready clean ZIPWhat is Included?
Each generated template comes pre-configured with:
- ⚡ Next.js App Router: Modern React 19 / Next.js with static HTML export support
- 🎨
@fivora/editable-components: Pre-configured visual editing primitives and theme palettes - 🛠️
@fivora/cli: Built-in developer tools (lab,validate,zip) - 📋
fivora-template.json: Strict Version 2 template manifest - 📦
src/data/site-data.json: Merchant defaults and editable content structure
Command Options
npx @fivora/create-template <project-name> [options]| Option | Description |
| :--- | :--- |
| <project-name> | Target directory name (e.g. my-fashion-store) |
| --skip-install | Do not run npm install automatically after scaffolding |
License
MIT © Fivora
