UNPKG

gaunt-sloth-assistant

Version:

> ⚠️ **`gaunt-sloth-assistant` has been renamed to [`gaunt-sloth`](https://www.npmjs.com/package/gaunt-sloth).** > The `1.5.x` series is the final release under the old name — active development continues under > the new package. To switch: > > ```bash >

8 lines (7 loc) 299 B
export declare function createProjectConfig(configType: string): Promise<void>; /** * Ensures that the .gsloth directory exists in the project root. * Creates it if it does not exist. */ export declare function ensureGslothDir(): void; export declare function writeProjectReviewPreamble(): void;