This is the same as the default deps-new lib
template, but with AsciiDoc instead of Markdown.
To use, run the command below, changing myusername
and mycoollib
to whatever you want:
clojure -Sdeps '{:deps {net.clojars.kingmob/deps-new-lib-adoc-template {:git/url "https://github.com/KingMob/deps-new-lib-adoc-template" :git/sha "e55b1472680a62fe38ea28be8a9d81adf711a9eb"}}}' -Tnew create :template kingmob/deps-new-lib-adoc-template :name myusername/mycoollib
This will create a directory called mycoollib
.
It assumes you have installed deps-new
as your new
tool via:
clojure -Ttools install io.github.seancorfield/deps-new '{:git/tag "v0.4.12"}' :as new