github / gh-classroom

GitHub Classroom CLI Extension is a powerful and easy-to-use command line tool that enhances the functionality of the GitHub CLI, specifically tailored for educators using GitHub Classroom.
MIT License
82 stars 13 forks source link

The cli creates repos with other namestandard than the assistant when downloading #10

Open jelmstrom opened 1 year ago

jelmstrom commented 1 year ago

The assistant downloads repos with the assignment as a root folder with the idividual assignments in folder with usernames. The cli downloads the assignment in a folder called. {assignment}-submissions and then the individual assignments in a folder with. {assignment name}-{username}. There is duplication here and also is likely to break automation that people have written

kebab case is much better than spaces though, so please keep that.