Tool to streamline content in a Github repository from a spec.
This is part of a blog post on how to administer multiple Github repositories.
Run dotnet tool install -g MBW.Tools.GhStandardContent
. After this, gh-standard-content
should be in your PATH.
Read more on the blog post about managing standardized content on Github repositories. In short, you need a Github token and a repos.json
file which describes your content.
Create a repos.json
with the following:
Run the tool with gh-standard-content -t My_Token repos.json
to create pull requests on all repositories that are out of date.
Run gh-standard-content --help
for more parameters.