UNPKG

@quasarbright/projection

Version:

A static site generator that creates a beautiful, interactive gallery to showcase your coding projects. Features search, filtering, tags, responsive design, and an admin UI.

12 lines 305 B
interface InitOptions { force?: boolean; format?: 'yaml' | 'json'; minimal?: boolean; help?: boolean; } /** * Initialize a new Projection project in the current directory */ export declare function init(options?: InitOptions): Promise<void>; export {}; //# sourceMappingURL=init.d.ts.map