MCPcopy
hub / github.com/honkit/honkit / BuildGenerator

Interface BuildGenerator

packages/honkit/src/BuildGenerator.ts:4–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import createTemplateEngine from "./output/website/createTemplateEngine";
3// TODO: use this interface for building generator website/ebook
4export interface BuildGenerator {
5 name: string;
6 State: GeneratorState;
7 Options: any;
8 onInit: Function;
9 onFinish: Function;
10 onPage: Function;
11 onAsset: Function;
12 createTemplateEngine: typeof createTemplateEngine;
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected