Skip to content

Balance8/effex

Repository files navigation

create-effex-app

The easiest way to create a new Effex app.

Usage

npm create-effex-app

Or with a project name:

npm create-effex-app my-app

With options:

npm create-effex-app my-app --package-manager bun --database postgresql

What You Get

A modern full-stack monorepo with:

  • Turbo Repo - High-performance monorepo build system
  • Next.js - React framework for production
  • Prisma - Next-generation ORM with auto-generated Effect services
  • Effect-TS - Powerful functional programming library
  • Biome with Ultracite - Lightning-fast formatter and linter

Options

  • --package-manager <bun|pnpm|npm> - Package manager to use (default: bun)
  • --database <postgresql|mysql|sqlite> - Database provider (default: postgresql)
  • --skip-install - Skip dependency installation
  • --skip-git - Skip git initialization
  • --directory <path> - Custom directory for the project

Learn More

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors