0.1.5 • Published 7 months ago

create-serendipity v0.1.5

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

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")

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

0.1.5

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago