freeCodeCamp / curriculum

The freeCodeCamp curriculum and lesson editor
Creative Commons Attribution Share Alike 4.0 International
81 stars 124 forks source link

feat(migration): Add initial challenge md paser #324

Closed Bouncey closed 5 years ago

Bouncey commented 5 years ago

This PR add some tooling to parse a challenge markdown file into an object that we can eventually pass to gatsby.

So far the parser only reads the frontmatter and adds it to a data property on the file being processed.