Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheOdinProject/javascript-exercises
/ plopFile.js
File
plopFile.js
plopFile.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ mkdir } = require(
"fs/promises"
);
2
const
{ join } = require(
"path"
);
3
const
{ camelCase } = require(
"case-anything"
);
4
const
{
Callers
nothing calls this directly
Calls
5
createExerciseDirectoryName
Function · 0.85
writeReadme
Function · 0.85
writeExercise
Function · 0.85
writeExerciseSpec
Function · 0.85
getPathForExercise
Function · 0.85
Tested by
no test coverage detected