feat(tools): script to create daily challenge files#61921
Merged
raisedadead merged 6 commits intofreeCodeCamp:mainfrom Aug 30, 2025
Merged
feat(tools): script to create daily challenge files#61921raisedadead merged 6 commits intofreeCodeCamp:mainfrom
raisedadead merged 6 commits intofreeCodeCamp:mainfrom
Conversation
This comment was marked as spam.
This comment was marked as spam.
Contributor
|
will you need to do any changes following #61459? |
917b2f8 to
4dd0df1
Compare
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Member
Author
|
Thanks for the tips - should be good to go 👍 |
moT01
commented
Aug 27, 2025
tools/challenge-helper-scripts/helpers/get-challenge-template.ts
Outdated
Show resolved
Hide resolved
moT01
commented
Aug 27, 2025
tools/challenge-helper-scripts/helpers/get-challenge-template.ts
Outdated
Show resolved
Hide resolved
huyenltnguyen
approved these changes
Aug 28, 2025
raisedadead
approved these changes
Aug 30, 2025
zairahira
pushed a commit
to zairahira/freeCodeCamp
that referenced
this pull request
Sep 4, 2025
ahmaxed
pushed a commit
to ojeytonwilliams/freeCodeCamp
that referenced
this pull request
Sep 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
To test:
cd tools/challenge-helper-scriptsrun
pnpm create-daily-challenges 5It will create placeholder files for the next five daily challenges - e.g: 5 JS and 5 Python challenge files in the dev-playground superblock and update the meta.json files to include the new challenges.
Probably some more code optimizing that could be done, but I think this is fine.
Checklist:
mainbranch of freeCodeCamp.Closes #XXXXX