gh-utils

Create new Github repository from the comfort of your command line; TL;DR; $gh-utils --config ~/Dropbox/github.edn --repo my-awesome-idea

Leiningen/Boot

[gh-utils "0.2.0"]

Clojure CLI/deps.edn

gh-utils/gh-utils {:mvn/version "0.2.0"}

Gradle

implementation("gh-utils:gh-utils:0.2.0")

Maven

<dependency>
  <groupId>gh-utils</groupId>
  <artifactId>gh-utils</artifactId>
  <version>0.2.0</version>
</dependency>