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.
- Host: GitHub
- URL: https://github.com/aubreypwd-old/nativefied-app-template
- Owner: aubreypwd-old
- Created: 2020-10-03T20:31:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-24T16:44:22.000Z (over 5 years ago)
- Last Synced: 2025-04-07T13:37:18.142Z (over 1 year ago)
- Topics: electron, macos, nativefier, nativefier-app, template
- Homepage: https://github.com/jiahaog/nativefier
- Size: 581 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# {APPNAME}

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.