create-electron-app

Yeoman generator for [@loopmode/create-electron-app](https://www.npmjs.com/package/@loopmode/create-electron-app).

Downloads
105
Stars
0
Committers
2

@loopmode/create-electron-app-workspace

Monorepo for @loopmode/create-electron-app and its packages.

Installation

This project uses yarn workspaces. Development is incompatible with npm and you will have to use yarn.

Install the dependencies in the project root folder:

git clone [email protected]:loopmode/create-electron-app.git
cd create-electron-app
yarn

Usage

yarn build

Compiles all packages from typescript to javascript.

yarn rebuild

Like yarn build, but wipes the output folders and deletes incremental compilation information first.

yarn watch

Like yarn build, but watches the sources and recompiles after changes.

Package Rankings
Top 18.45% on Npmjs.org