MCPcopy Create free account
hub / github.com/freeCodeCamp/freeCodeCamp / create-empty-steps.ts

File create-empty-steps.ts

tools/challenge-helper-scripts/create-empty-steps.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { getArgValue } from './helpers/get-arg-value.js';
2import { createEmptySteps } from './commands.js';
3
4void createEmptySteps(getArgValue(process.argv));

Callers

nothing calls this directly

Calls 2

createEmptyStepsFunction · 0.85
getArgValueFunction · 0.85

Tested by

no test coverage detected