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.3.1"]

Clojure CLI/deps.edn

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

Gradle

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

Maven

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