New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-effex-app

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-effex-app

Create a new Effex app with a single command

latest
Source
npmnpm
Version
0.1.42
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

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

Accept all defaults without prompts:

npm create-effex-app my-app -a
npm create-effex-app my-app --all

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

  • -a, --all - Accept all defaults without prompts (uses bun, postgresql, no auth)
  • --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

  • Effex Documentation
  • Effect Documentation
  • Prisma Documentation
  • Next.js Documentation

Keywords

create-app

FAQs

Package last updated on 31 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts