Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)