create-electro
v1.0.8
Published
Scaffold a new ElectroJS Electron app with the recommended monorepo layout
Maintainers
Readme
create-electro
Scaffold a new ElectroJS application with the supported monorepo-first layout.
Usage
npm create electro@latest my-appor
pnpm create electro my-appThe generated project contains:
- a root
electro.config.ts - a
runtime/package - a
views/main/package - package-local
electro-env.d.tsstarter files
ElectroJS documents and supports this monorepo-style layout. Other layouts are outside the documented path.
