Home Reference Source

References

summary
public

F async import(providedOptions: ImportOptions): Promise

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

public

F async init(providedOptions: InitOptions): Promise

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

public

F async install(providedOptions: InstallOptions): Promise

Install an Electron application from GitHub.

public

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

Lint a local Electron application.

public

F async make(providedOptions: MakeOptions): Promise<Array<MakeResult>>

Make distributables for an Electron application.

public

F async package(providedOptions: PackageOptions): Promise

Package an Electron application into an platform dependent format.

public

F async publish(providedOptions: PublishOptions): Promise

Publish an Electron application into the given target service.

public

F async start(providedOptions: StartOptions): Promise

Start an Electron application.

public
public
public
public
public
public
public
public
public