MCPcopy Index your code
hub / github.com/dmno-dev/bumpy / ensureDir

Function ensureDir

packages/bumpy/src/utils/fs.ts:91–93  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

89}
90
91export async function ensureDir(dir: string): Promise<void> {
92 await mkdir(dir, { recursive: true });
93}
94
95export { join };

Callers 7

setupPackageFunction · 0.90
migrate.test.tsFile · 0.90
generateCommandFunction · 0.90
initCommandFunction · 0.90
addCommandFunction · 0.90

Calls

no outgoing calls

Tested by 1

setupPackageFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…