Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 385 Bytes

File metadata and controls

14 lines (7 loc) · 385 Bytes

GitHub Create Repository tool

Creates a github repo via CLI

Getting Started

  • generate an API Token for Github.com

  • export GITHUB_TOKEN="YOURGITHUBTOKEN"

  • Build the binary: go build . -o github-create-repository

  • Run the binary: github-create-repository -name=$NewRepoName