0.2.0 • Published 9 years ago

electron-hot v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Electron Hot Loader

Live reload Scripts in Electron Applications. Under the hood it uses Chrome's remote debugger protocol, and reloads scripts after each change. The state of the application is maintained.

INSTALLATION

$ npm install electron-hot

USAGE

In index.js:

require('electron-hot')();

Options

  • port: Port for the debugger