Skip to content

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

Notifications You must be signed in to change notification settings

aubreypwd/nativefied-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

{APPNAME}

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

Install

Homebrew Cask

Install

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

Upgrade

brew update
brew upgrade {SLUG}

Download

Or download the .dmg in releases 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.

About

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

Topics

Resources

Stars

Watchers

Forks