Skip to content

dangernoodle-io/github-repository-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.