0.1.5 • Published 7 months ago
create-serendipity v0.1.5
Create Serendipity
The official CLI for creating new Serendipity projects.
Usage
# Create a new project with npx
npx create-serendipity@latest my-app
# Or install globally
npm install -g create-serendipity
# Then run
serendipity create my-app
Available Commands
create [name]
- Create a new Serendipity project- Options:
-t, --template <template>
- Template to use (default: "default")
- Options:
Templates
default
- A full-featured Serendipity project with:- Next.js for the web application
- Documentation site with Nextra
- Authentication with WorkOS
- AI integration support
- UI components with Tailwind CSS
- Monorepo setup with Turborepo
License
MIT © TEKIMAX LLC