https://github.com/loopmode/create-electron-app
https://github.com/loopmode/create-electron-app
electron electron-webpack initializer webpack yo-generator
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/loopmode/create-electron-app
- Owner: loopmode
- Created: 2019-08-10T07:54:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T11:19:10.000Z (over 3 years ago)
- Last Synced: 2025-09-20T02:39:24.121Z (6 months ago)
- Topics: electron, electron-webpack, initializer, webpack, yo-generator
- Language: TypeScript
- Size: 6.03 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @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 git@github.com: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.