MCPcopy Create free account
hub / github.com/SethGammon/Citadel / initPlanning

Function initPlanning

scripts/test-pr-ready.js:36–40  ·  view source on GitHub ↗
(projectRoot)

Source from the content-addressed store, hash-verified

34}
35
36function initPlanning(projectRoot) {
37 fs.mkdirSync(path.join(projectRoot, '.planning', 'telemetry'), { recursive: true });
38 fs.mkdirSync(path.join(projectRoot, '.planning', 'campaigns'), { recursive: true });
39 fs.mkdirSync(path.join(projectRoot, '.planning', 'intake'), { recursive: true });
40}
41
42assert.deepEqual(splitCommand('npm run test'), ['npm', 'run', 'test']);
43assert.deepEqual(splitCommand('node "scripts/test file.js"'), ['node', 'scripts/test file.js']);

Callers 1

test-pr-ready.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected