Clojure CLI
Tools
インストール
code:sh
$ clj -Ttools install ...
$ clj -Ttools latest-install ...
ヘルプ
code:sh
$ clj -A:deps -T<ツール名> help/doc
-A:deps
-A はエイリアスを指定する
:deps を指定すると、指定したライブラリの依存関係のみに基づいて実行環境を構築できる
deps.edn で記載されている deps の内容
code:sh
$ clj -A:deps -Tantq help/doc
-------------------------
antq.tool/help
(_)
-------------------------
antq.tool/outdated
...
一覧確認
code:sh
$ clj -Ttools list
TOOL LIB TYPE VERSION
antq com.github.liquidz/antq :git 2.11.1250
clj-new com.github.seancorfield/clj-new :git v1.3.415
tools io.github.clojure/tools.tools :git v0.3.4