A simple CLI tool to quickly create a new epicflare app.
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:
degitbun installbunx 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.