0.0.18 • Published 4 years ago

@electrojet/electron v0.0.18

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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.

0.0.18

4 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.1

5 years ago