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

create-epicflare

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-epicflare

CLI tool to quickly create a new epicflare app

latest
npmnpm
Version
1.7.0
Version published
Weekly downloads
14
40%
Maintainers
1
Weekly downloads
 
Created
Source

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:

  • Clone the epicflare template using degit
  • Install dependencies with bun install
  • 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.

Keywords

epicflare

FAQs

Package last updated on 04 Mar 2026

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