Configuration and scripts for create electron app.
- Coming soon
- Quickly create an Electron app
- The Main process supports Typescript
- Multi platform
- Use Inno Setup to package Windows Installer
npm i @mesamo/electron-scripts -D
npx
npx @mesamo/create-electron-app my-electron-app
npm
npm init @mesamo/electron-app my-electron-app
yarn
yarn create @mesamo/electron-app my-electron-app
electron-scripts start
electron-scripts build
electron-scripts test
We welcome all contributions, please read our CONTRIBUTING.md first,
let's build a better CLI Tools library together.