exercism / v2-configlet

Tool to assist in managing Exercism language tracks.
MIT License
16 stars 23 forks source link

Create command to fork all track repositories #147

Open kytrinyx opened 6 years ago

kytrinyx commented 6 years ago

A lot of janitorial work involves cloning all the repositories and writing a script to make the same change across all the repositories, and then submitting a pull request to each repo.

This means that people need to fork and clone every repository.

It would be very helpful if we had a command that would:

They'll also need to create a personal access token for GitHub and pass that (probably as a flag to the command as well).