@electrojet/electron

0.0.18 • Public • Published

Electrojet Electron

npm version code style: prettier coding style: standard

A CLI for running electron applications generated by create-electrojet

Commands

1. Start

Starts a development server using webpack.

electrojet-electron start --port=4567

Port is defaulted to 4567.

Starts up electron process for serving your application.

2. Build

Builds the application to all platforms.

electrojet-electron build

This 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:

module.exports = {
  buildOptions: {
    dir: process.cwd(),
    all: true,
  }
}

All options from Electron Packager are supported.

Readme

Keywords

Package Sidebar

Install

npm i @electrojet/electron

Weekly Downloads

0

Version

0.0.18

License

MIT

Unpacked Size

8.63 kB

Total Files

11

Last publish

Collaborators

  • agney