create-lovstudio-app
v1.0.2
Published
Create a new Lovstudio Next.js project
Maintainers
Readme
create-lovstudio-app
Create a new Lovstudio Next.js project with one command.
Usage
npx create-lovstudio-app my-appOr with your preferred package manager:
pnpm create lovstudio-app my-app
yarn create lovstudio-app my-app
bun create lovstudio-app my-appFeatures
The CLI creates a project based on the Lovstudio Next.js template with:
- ⚡️ Next.js 15 with App Router
- 🔒 Supabase Auth with cookie-based sessions
- 🗄️ DrizzleORM with PostgreSQL
- 🎨 Tailwind CSS v4 + shadcn/ui
- 🌐 i18n with next-intl (Chinese/English)
- 📊 Monitoring with Sentry + PostHog
- 🛡️ Security with Arcjet
Options
create-lovstudio-app [project-name] [options]
Options:
--skip-install Skip dependency installation
--use-npm Use npm as package manager
--use-pnpm Use pnpm as package manager
--use-yarn Use yarn as package manager
--use-bun Use bun as package manager
-h, --help Display help
-v, --version Display versionInteractive Mode
When you run create-lovstudio-app, it will prompt you to:
- Enter project name
- Select features to include:
- Supabase Auth (default: yes)
- i18n support (default: yes)
- Storybook (default: no)
- Monitoring (default: yes)
- Choose package manager
- Initialize git repository
License
MIT
