Command line interface to build and run atom shell apps
JavaScriptMIT
Electron cli
cd to your app, then you can run:
# Installs modules, and builds native modules against electron headers
husk bootstrap
# Run your app in dev mode
husk run
# Package up your app for release. Packs everything into `./release` directory
husk build