npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

create-epicflare

1.7.0

@kentcdodds

npmSnykSocket
Downloads:52
$ npm install create-epicflare
DailyWeeklyMonthlyYearly

create-epicflare

A simple CLI tool to quickly create a new epicflare app.

Usage

bunx create-epicflare <app-name>

You can also scaffold into the current directory:

bunx create-epicflare .

Use --name (or -n) to pass the app name to the guided setup:

bunx create-epicflare . --name my-epic-app

Show command help:

bunx create-epicflare --help

This will:

  1. Clone the epicflare template using degit
  2. Install dependencies with bun install
  3. Run the guided post-download setup script

Example

bunx create-epicflare my-epicflare-app

This creates a new directory called my-epicflare-app with a fresh epicflare installation, runs the setup wizard, and starts the development server.