CTFd / ctfcli

ctfcli is a tool to manage Capture The Flag events and challenges
https://ctfd.io/
Apache License 2.0
165 stars 67 forks source link

Generate challenge README from challenge.yml #71

Open ColdHeat opened 3 years ago

ColdHeat commented 3 years ago

We currently generate the README with nothing in it. We can actually generate it from the challenge.yml. We will need some way to promote the filling in of challenge.yml before pushing though as the current flow it's a little easy to miss a step. Maybe with some kind of git hooks.