Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.45 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.45 KB

github-repository-tools

Maven Central Build Status Coverage Status

This utility was born out of the need to create and configure multiple Github repositories in an easy, consistent and repeatable manner, yay automation! 🎉

Quick Start

docker run -it --rm \
  -v <PATH TO LOCAL DEFINITION REPOSITORY>:/definition-repository \
  dangernoodle/github-repository-tools \
  --repoDir /definition-repository \
  repository <NAME OF REPOSITORY>

See the wiki for futher details.