Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.59 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.59 KB

electron-preact-app ⚛️ ➡️ 🚀

Create electron apps with no build configuration.

David GitHub code size in bytes GitHub license

Installation

yarn global add electron-preact-app
npm -g electron-preact-app

Usage

Creating a new project:

$ electron-preact-app create <app-name>

Commands

Full list of supported commands:

Command Args Descrition
create <app-name> Create a new project inside the current folder.

Flags

Full list of supported flags:

Flags Description
--git Initialize as a git repository, include common-files

What's inside the bundle?

  • electron, electron-webpack, electron-build.
  • webpack, preact, redux, css-modules.