create-electron-starter
v5.2.1
Published
An unofficial CLI to scaffold electron-vite projects
Maintainers
Readme
create-electron-starter
An unofficial CLI tool to scaffold a new electron-vite project in seconds, with templates for your preferred frontend framework, various optional integrations, and essential configuration files.
⚡ Built for developers who want to skip boilerplate setup and jump straight into coding.
Installation
The CLI is available to use with any of the common package managers.
# Using npm
npx create-electron-starter
# Using pnpm
pnpx create-electron-starter
# Using yarn
yarn create electron-starter
# Using bun
bunx create-electron-starterKeep in mind that if you use pnpm you'll need to approve the postinstall scripts (Electron, ESBuild, and SWC if you use React) after the CLI finishes the configuration with this command:
pnpm approve-buildsFeatures
- ⚡️ Ready-to-run Electron-vite + TypeScript setup.
- ⚙️ Framework templates for:
React,Vue, andSvelte. - 🎨 Optional Tailwind CSS installation and configuration.
- 📦 Optional Electron Builder installation and configuration.
- 📄 Optional Prettier installation and configuration.
Feedback
Found a bug or have a suggestion? You can open an issue here → GitHub Issues
Also, if you liked the CLI and found it useful, consider giving the project a star on GitHub → Repository
