Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

electron-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-wrapper

Wrap any website in a native Electron window.

latest
Source
npmnpm
Version
1.7.2
Version published
Weekly downloads
3
-76.92%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 22 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts