Home Reference Source Repository

References

Function Summary

Static Public Function Summary
public

async import(providedOptions: ImportOptions): Promise

Attempt to import a given module directory to the Electron Forge standard.

public

async init(providedOptions: InitOptions): Promise

Initialize a new Electron Forge template project in the given directory.

public

async install(providedOptions: InstallOptions): Promise

Install an Electron application from GitHub.

public

async lint(providedOptions: LintOptions): Promise<null, string>

Lint a local Electron application.

public

async make(providedOptions: MakeOptions): Promise

Make distributables for an Electron application.

public

async package(providedOptions: PackageOptions): Promise

Package an Electron application into an platform dependent format.

public

async publish(providedOptions: PublishOptions): Promise

Publish an Electron application into the given target service.

public

async start(providedOptions: StartOptions): Promise

Start an Electron application.

Typedef Summary

Static Public Typedef Summary
public
public
public
public
public
public
public
public