create-reverso
v0.2.0
Published
CLI installer for Reverso CMS - The front-to-back CMS
Readme
create-reverso
CLI installer for Reverso CMS - The front-to-back CMS.
Usage
# npm
npx create-reverso my-project
# pnpm
pnpm create reverso my-project
# yarn
yarn create reverso my-project
# bun
bun create reverso my-projectInteractive Wizard
The wizard will prompt you for:
- Project name - Name of your project
- Framework - Next.js, Vite, or Astro
- Database - SQLite (local) or PostgreSQL
- TypeScript - Enable/disable TypeScript
- Package manager - npm, pnpm, yarn, or bun
- Git - Initialize git repository
What's Created
my-project/
├── src/
│ └── components/
│ └── Hero.tsx # Example component with markers
├── reverso.config.ts # CMS configuration
├── package.json
├── tsconfig.json
└── README.mdQuick Start
npx create-reverso my-project
cd my-project
npm run devThen open http://localhost:4000/admin to access the admin panel.
Documentation
See https://reverso.dev/docs/packages/create-reverso
License
MIT
