0.0.13 • Published 7 years ago

electron-runner v0.0.13

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

#electron-runner

Simple wrapper around electron package. Built on electron-quick-start boilerplate, but it hides boilerplate code. It's meant to enable run JavaScript code in Electron without writing any electron specific code. You can run for example NodeJS application for purpose of debugging (using Chrome Dev Tools, for example).

Note: this package is running your code in renderer Electron process (to allow for access to DOM, dev tools etc.).

usage:

npm install --save-dev electron-runner
node_modules/.bin/electron-runner PATH_FOR_JS_FILE_YOU_WANT_TO_RUN
0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago