0.1.0 • Published 9 years ago

elec-tester v0.1.0

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

Electron Tester App

Tiny Electron application for quickly launching web pages in Electron.

Browser windows state is saved to '.state.json' file when window. closed.

Application has basic menu items:

  • Reload (Ctrl+R)
  • Toggle DevTools (Ctrl+Shift+J)
  • Quit (Ctrl+Q)

Installation

npm install -g elec-tester

Usage

Pass html file as a command line argument to open it in Electron.

elec-tester <html file>