Socket
Socket
Sign inDemoInstall

electron-wrapper

Package Overview
Dependencies
7
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    electron-wrapper

Wrap any website in a native Electron window.


Version published
Maintainers
1
Install size
15.0 MB
Created

Readme

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

Last updated on 22 May 2016

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc