@curvenote/cli
Version:
CLI Client library for Curvenote
6 lines • 424 B
TypeScript
import type { ISession } from '../session/types.js';
import type { SiteInitOpts } from './types.js';
import type { SiteWithContentDTO } from '@curvenote/common';
export declare function patchSiteWithContent(session: ISession, siteName: string, content: string): Promise<SiteWithContentDTO>;
export declare function init(session: ISession, name: string, opts?: SiteInitOpts): Promise<void>;
//# sourceMappingURL=init.d.ts.map