interface IForgePlugin {
    name: string;
    getHooks?(): ForgeMultiHookMap;
    init(dir, forgeConfig): void;
    startLogic?(opts): Promise<StartResult>;
}

Implemented by

    Properties

    Methods

    Properties

    name: string

    Methods