Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ getArgValue } from
'./helpers/get-arg-value.js'
;
2
import
{ createEmptySteps } from
'./commands.js'
;
3
4
void createEmptySteps(getArgValue(process.argv));
Callers
nothing calls this directly
Calls
2
createEmptySteps
Function · 0.85
getArgValue
Function · 0.85
Tested by
no test coverage detected