electron-wrapper

1.7.2 • Public • Published

electron-wrapper

A utility to wrap any website in a native Electron application. All you need is the URL!

NPM module

Installation

npm install -g electron-wrapper

Usage

// The most basic usage: a URL and a platform.
electron-wrapper -u https://google.com -p win32
 
// Specify an output directory
electron-wrapper -u https://messenger.com -p linux -o ~/messenger
 
// Specify the name of your app
electron-wrapper -u https://play.google.com/music -p all -n "Google Play Music"

Run electron-wrapper -h for more options.

License

The MIT License (MIT)

Copyright (c) 2015 Brendan Batliner

Readme

Keywords

none

Package Sidebar

Install

npm i electron-wrapper

Weekly Downloads

2

Version

1.7.2

License

MIT

Last publish

Collaborators

  • bbatliner