myst-cli
Version:
Command line tools for MyST
11 lines • 391 B
TypeScript
import type { ISession } from '../session/types.js';
export type InitOptions = {
project?: boolean;
site?: boolean;
writeTOC?: boolean;
ghPages?: boolean;
ghCurvenote?: boolean;
readthedocs?: boolean;
};
export declare function init(session: ISession, opts: InitOptions): Promise<void | import("../build/site/start.js").ServerInfo>;
//# sourceMappingURL=init.d.ts.map