Skip to content

Latest commit

 

History

History

README.md

create-esmate

Easily scaffold modern web applications using ESMate CLI with built-in configurations for popular frameworks like React, Vue, Solid, Svelte, Next.js, Astro, and more.

🚀 Quick Start

Using NPM

npm create esmate@latest

Using Yarn

yarn create esmate

Using PNPM

pnpm create esmate

Using Bun

bun create esmate

Follow the interactive prompts to get started!

🎯 Create a Project with a Specific Template

You can specify the project name and template directly via the command line. For example, to scaffold a React Single Page Application project:

# With npm (v7+ requires an extra double dash)
npm create esmate@latest my-app -- --template react-spa

# With yarn
yarn create esmate my-app --template react-spa

# With pnpm
pnpm create esmate my-app --template react-spa

# With Bun
bun create esmate my-app --template react-spa

Use . as the project name to scaffold in the current directory.

📦 Available Templates

Browse all available templates on the ESMate GitHub repository.