Closed joshuavial closed 9 years ago
As a teacher I want to compile a challenge into language specific versions so students don't get distracted by other languages
cd /some/repo curator build
A curator repo should have a folder structure of
_template README.md #" guff {include: lang-include} more guff" rb lang-include.md #ruby cs lang-include.md #sharpie
and would then generate
README-rb.md "guff ruby more guff" README-cs.md "guff sharpie more guff" README.md "[Ruby](README-rb.md)" README.md "[C#](README-cs.md)"
As a teacher I want to compile a challenge into language specific versions so students don't get distracted by other languages
A curator repo should have a folder structure of
and would then generate