9.0.0 • Published 10 months ago
@nekogaming/create-electron-esbuild v9.0.0
@nekogaming/create-electron-esbuild
The easiest way to get started with Esbuild/Vite in Electron by using @nekogaming/create-electron-esbuild. This simple CLI tool enables you to quickly start building a new Electron application.
With pnpm:
pnpm create @nekogaming/electron-esbuildWith npm:
npm init @nekogaming/electron-esbuildWith yarn:
yarn create @nekogaming/electron-esbuildOptions
@nekogaming/create-electron-esbuild 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
9.0.0
10 months ago