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

https://github.com/aubreypwd-old/nativefied-app-template

A template repo for creating my "nativefied" macOS Electron apps.
https://github.com/aubreypwd-old/nativefied-app-template

electron macos nativefier nativefier-app template

Last synced: about 2 months ago
JSON representation

A template repo for creating my "nativefied" macOS Electron apps.

Awesome Lists containing this project

README

          

# {APPNAME}

![](screenshot.png)

An (unofficial) native MacOS App for {APPNAME}.

# Install

## Homebrew Cask

### Install

```bash
brew tap aubreypwd/homebrew-cask
brew update
brew cask install {SLUG}
```

### Upgrade

```
brew update
brew upgrade {SLUG}
```

## Download

Or download the `.dmg` in [releases](https://github.com/aubreypwd/{SLUG}-mac/releases/latest) and install per usual.

*_Note, you will have to Right-click on the {APPNAME} to open for the first time._*

---

# Development

1. Clone repo
2. `npm install`
3. `npm run build`

`npm run build` will built the application to `build/` and `npm run dist` to generate a `.dmg` in `dist/` for distribution and installation.