cist

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

Leiningen/Boot

[cist "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

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

Gradle

implementation("cist:cist:1.0.0-SNAPSHOT")

Maven

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