create-esmate
v3.0.1
Published
Create ESMate Applications
Downloads
351
Maintainers
Readme
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@latestUsing Yarn
yarn create esmateUsing PNPM
pnpm create esmateUsing Bun
bun create esmateFollow 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-spaUse . as the project name to scaffold in the current directory.
📦 Available Templates
Browse all available templates on the ESMate GitHub repository.
