1.3.2 • Published 4 years ago
create-electron-esbuild-app v1.3.2
Create Electron Esbuild App
The easiest way to get started with Esbuild/Webpack in Electron by using create-electron-esbuild-app
. This simple CLI tool enables you to quickly start building a new Electron application.
npx create-electron-esbuild-app --name my-app
Options
create-electron-esbuild-app
comes with the following options:
- --name name - Name of your application (required)
- --template main-only-javascript,main-only-typescript,react-typescript,react-javascript,react-typescript-webpack - An name of template to use
- --package-manager npm,yarn,pnpm - Package manager to use when installing dependencies
- --no-install - Do not install dependencies, You'll have to manually set version of dependencies