New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

electron-dev

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-dev

**note this is not for reloading your BrowserWindow -- tools exist for that already, this is for code related to the main process**

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
37
94.74%
Maintainers
1
Weekly downloads
 
Created
Source

electron-dev

note this is not for reloading your BrowserWindow -- tools exist for that already, this is for code related to the main process

it's like node-dev except for electron apps

like node-dev, electron-dev wraps your program, however where node-dev actually hooks into require(), electron-dev uses babel-plugin-detective to acquire a list of all the javascript files your app uses.

we then use chokidar to watch for changes to to these files, restarting electron if any happen to change.

usage

electron-dev --dir . --script . (defaults)

if you are happy with those defaults you can just run electron-dev from your project root

FAQs

Package last updated on 16 Aug 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