cist

A Clojure command-line wrapper with tentacles library to access GitHub Gist

Leiningen/Boot

[cist "1.0.0"]

Clojure CLI/deps.edn

cist/cist {:mvn/version "1.0.0"}

Gradle

implementation("cist:cist:1.0.0")

Maven

<dependency>
  <groupId>cist</groupId>
  <artifactId>cist</artifactId>
  <version>1.0.0</version>
</dependency>