electrojet-scripts
v0.1.0
Published
Build scripts for use with create-electrojet
Readme
Electrojet Scripts CLI
A CLI for running electron applications generated by create-electrojet
Commands
1. Start
Starts a development server using webpack.
electrojet-scripts start --port=4567Port is defaulted to 4567.
Starts up electron process for serving your application.
2. Build
Builds the application to all platforms.
electrojet-scripts buildThis builds the current directory for with all option for packages.
If you want to build for a specific package, edit the configuration at electrojet.config.js. Check out Electrojet CLI for usage.
