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

Method init

packages/utils/types/src/index.ts:190–190  ·  view source on GitHub ↗
(dir: string, forgeConfig: ResolvedForgeConfig)

Source from the content-addressed store, hash-verified

188 name: string;
189
190 init(dir: string, forgeConfig: ResolvedForgeConfig): void;
191 getHooks?(): ForgeMultiHookMap;
192 startLogic?(opts: StartOptions): Promise<StartResult>;
193}

Calls

no outgoing calls

Tested by

no test coverage detected