electron-connect
electron-connect copied to clipboard
cmd line version for use by npm scripts?
Tool looks great but with npm scripts there is really no reason to use gulp anymore. Would you consider creating command line support so it can just be used from a npm like f.x. what I do for a normal nodejs project where I can add a script like this:
start:server": "nodemon --debug bin/lib/start.js",
+1 for this.
I have a setup without Gulp, and the one things that is being missing is the electron reloaded capabilities.
FYI: If you are using Webpack, this can be handy: electron-connect-webpack-plugin