@electron-esbuild/create-app
v9.2.0
Published
Create Electron esbuild powered apps with one command
Maintainers
Readme
@electron-esbuild/create-app
The easiest way to get started with Esbuild/Vite in Electron by using @electron-esbuild/create-app. This simple CLI tool enables you to quickly start building a new Electron application.
With pnpm:
pnpm create @electron-esbuild/appWith npm:
npm init @electron-esbuild/appWith yarn:
yarn create @electron-esbuild/appOptions
@electron-esbuild/create-app comes with the following options:
- -t, --template use template
- -p, --package-manager use this package manager [npm, pnpm, yarn]
- -o, --override remove existing output folder
- --version prints version
- --help show help
Supported templates
mainmain-tsreactreact-tsreact-vitereact-vite-tssveltesvelte-ts
