Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/btzr-io/electron-preact-app
:rocket: Create electron apps with no build configuration
https://github.com/btzr-io/electron-preact-app
css-modules electron electron-apps electron-preact preact redux webpack zero-configuration
Last synced: 24 days ago
JSON representation
:rocket: Create electron apps with no build configuration
- Host: GitHub
- URL: https://github.com/btzr-io/electron-preact-app
- Owner: btzr-io
- License: mit
- Created: 2018-03-12T21:17:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T19:44:15.000Z (over 6 years ago)
- Last Synced: 2024-04-14T06:18:05.468Z (7 months ago)
- Topics: css-modules, electron, electron-apps, electron-preact, preact, redux, webpack, zero-configuration
- Language: JavaScript
- Homepage:
- Size: 247 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# electron-preact-app :atom_symbol: :arrow_right: :rocket:
Create electron apps with no build configuration.
[![David](https://img.shields.io/david/btzr-io/electron-preact-app.svg?style=flat-square)](https://david-dm.org/btzr-io/electron-preact-app)
[![GitHub code size in bytes](https://img.shields.io/github/repo-size/btzr-io/electron-preact-app.svg?style=flat-square)](https://github.com/btzr-io/electron-preact-app)
[![GitHub license](https://img.shields.io/github/license/btzr-io/electron-preact-app.svg?style=flat-square)](https://github.com/btzr-io/electron-preact-app/blob/master/LICENSE)### Installation
```Shell
yarn global add electron-preact-app
``````Shell
npm -g electron-preact-app
```### Usage
Creating a new project:
```Shell
$ electron-preact-app create
```### Commands
Full list of supported commands:
| Command | Args | Descrition |
| -------- | ------------ | ----------------------------------------------- |
| `create` | `` | 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](https://github.com/kmindi/special-files-in-repository-root) |### What's inside the bundle?
* electron, electron-webpack, electron-build.
* webpack, preact, redux, css-modules.