MCPcopy
hub / github.com/electron/forge / init

Method init

packages/api/core/src/api/index.ts:27–29  ·  view source on GitHub ↗

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

(opts: InitOptions)

Source from the content-addressed store, hash-verified

25 * Initialize a new Electron Forge template project in the given directory.
26 */
27 init(opts: InitOptions): Promise<void> {
28 return init(opts);
29 }
30
31 /**
32 * Make distributables for an Electron application

Callers

nothing calls this directly

Calls 1

initFunction · 0.85

Tested by

no test coverage detected