Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egoist/template-electron
Scaffold out an Electron app.
https://github.com/egoist/template-electron
electron sao template
Last synced: 4 months ago
JSON representation
Scaffold out an Electron app.
- Host: GitHub
- URL: https://github.com/egoist/template-electron
- Owner: egoist
- License: mit
- Created: 2017-06-03T12:09:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T14:11:02.000Z (about 3 years ago)
- Last Synced: 2024-10-11T03:33:08.711Z (4 months ago)
- Topics: electron, sao, template
- Language: JavaScript
- Homepage:
- Size: 73.2 KB
- Stars: 33
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# template-electron
[![NPM version](https://img.shields.io/npm/v/template-electron.svg?style=flat-square)](https://npmjs.com/package/template-electron) [![NPM downloads](https://img.shields.io/npm/dm/template-electron.svg?style=flat-square)](https://npmjs.com/package/template-electron) [![Build Status](https://img.shields.io/circleci/project/egoist/template-electron/master.svg?style=flat-square)](https://circleci.com/gh/egoist/template-electron) [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=2592000&style=flat-square)](https://github.com/egoist/donate)
## Features
- Run app in background, i.e. click `x` will only hide the window and reopen it will not trigger reloading.
- No build process, made simple (webpack/parcel support is optional)## Usage
Install [SAO](https://github.com/egoist/sao) first.
```bash
yarn global add sao
# or
npm i -g sao
```### From git
```bash
sao egoist/template-electron my-project
```### From npm
```bash
sao electron my-project
```## License
MIT © [EGOIST](https://github.com/egoist)