MCPcopy
hub / github.com/1weiho/open-slide / InitOptions

Interface InitOptions

packages/cli/src/init.ts:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12const IS_WINDOWS = process.platform === 'win32';
13
14export interface InitOptions {
15 dir: string;
16 force: boolean;
17 name: string | undefined;
18 packageManager: PackageManager;
19 install: boolean;
20 git: boolean;
21}
22
23export function sanitizeDirName(value: string): string {
24 const trimmed = value.trim();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected