This repository contains some babashka scripts that you can install with bbin.
Point out outdated dependencies and/or update them.
Install: bbin install https://raw.githubusercontent.com/borkdude/tools/main/antq.clj
For usage, run antq --help
.
Compare two EDN files using deep-diff2.
Install: bbin install https://raw.githubusercontent.com/borkdude/tools/main/ddiff.clj
Usage: ddiff file1.edn file2.edn
Support flag: -m
/ --minimize
: minimize the diff.
Format Clojure code using cljfmt.
Install: bbin install https://raw.githubusercontent.com/borkdude/tools/main/cljfmt.clj
For usage, run cljfmt --help
.
Convert project.clj
to deps.edn
.
Install: bbin install https://raw.githubusercontent.com/borkdude/tools/main/lein2deps.clj
See tweet for demo.
For usage, run: lein2deps --help
.
List files in jar files.
Install: bbin install https://raw.githubusercontent.com/borkdude/tools/main/ls_jar.clj
For usage, run ls_jar --help
.
Proxy for debugging nREPL interactions.
Install: bbin install https://raw.githubusercontent.com/borkdude/tools/main/nrepl_proxy.clj
For usage, run nrepl_proxy --help
.