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

create-electron-starter

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-electron-starter

An unofficial CLI to scaffold electron-vite projects

latest
npmnpm
Version
5.2.1
Version published
Maintainers
1
Created
Source

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.

Version Downloads GitHub Stars Node License

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-starter

Keep 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-builds

Features

  • ⚡️ Ready-to-run Electron-vite + TypeScript setup.
  • ⚙️ Framework templates for: React, Vue, and Svelte.
  • 🎨 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

Author

License

MIT

Keywords

cli

FAQs

Package last updated on 28 Nov 2025

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