9.0.0 • Published 10 months ago

@nekogaming/create-electron-esbuild v9.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@nekogaming/create-electron-esbuild

license @nekogaming/create-electron-esbuild version

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

With npm:

npm init @nekogaming/electron-esbuild

With yarn:

yarn create @nekogaming/electron-esbuild

Options

@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

  • main
  • main-ts
  • react
  • react-ts
  • react-vite
  • react-vite-ts
  • svelte
  • svelte-ts