github-classroom-utils icon indicating copy to clipboard operation
github-classroom-utils copied to clipboard

Added github_delete.py to delete student repos

Open seemong opened this issue 3 years ago • 1 comments

Per https://education.github.community/t/clean-up-student-repositories-from-organization/48457, it seems like lots of professors want to delete student repos with a simple tool. As your comment said, it was a simple change in your set of excellent utilities. I copied github_clone.py and added the functionality to delete all repos with a subprocess call to the gh CLI (which needs to be installed beforehand).

seemong avatar May 19 '22 18:05 seemong

Anyway, if you want to make all these changes, I'd love to take a PR from you. While you're at it, don't forget to add documentation to the README.md file. Thanks!

danwallach avatar May 19 '22 20:05 danwallach