MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / InitOptions

Interface InitOptions

packages/bumpy/src/commands/init.ts:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30};
31
32interface InitOptions {
33 force?: boolean;
34}
35
36export async function initCommand(rootDir: string, opts: InitOptions = {}): Promise<void> {
37 const bumpyDir = resolve(rootDir, '.bumpy');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…