electron-connect icon indicating copy to clipboard operation
electron-connect copied to clipboard

cmd line version for use by npm scripts?

Open mmc41 opened this issue 8 years ago • 2 comments

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",

mmc41 avatar Sep 02 '16 17:09 mmc41

+1 for this.

I have a setup without Gulp, and the one things that is being missing is the electron reloaded capabilities.

michaeljota avatar Sep 20 '16 12:09 michaeljota

FYI: If you are using Webpack, this can be handy: electron-connect-webpack-plugin

michaeljota avatar Oct 13 '16 13:10 michaeljota