Scaffold out an Electron app
See awesome-electron for more useful Electron resources.
See Caprine for a production app based on this boilerplate.
electron-builder
fully set up to create cross-platform builds- Builds the app on Travis
- Silent auto-updates
- App menu that adheres to the system user interface guidelines
- Config handling
- Context menu
- User-friendly handling of unhandled errors
- Easily publish new versions to GitHub Releases
- And much more!
npm install --global yo generator-electron
With yo:
$ yo electron
- electron-boilerplate - Electron app boilerplate