stuttgart-things / machineshop

git based CLI interface for managing configuration as code
Apache License 2.0
1 stars 0 forks source link

[FEATURE] [CREATE] - ADD REPO CREATION #85

Closed patrick-hermann-sva closed 3 months ago

patrick-hermann-sva commented 3 months ago
machineshop create \
--kind repo \
--name test \
--group stuttgart-things 

https://github.com/google/go-github/blob/master/example/newrepo/main.go

patrick-hermann-sva commented 3 months ago

implemented