Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 861 Bytes

File metadata and controls

25 lines (22 loc) · 861 Bytes

Notes on using Clojure

Meta notes

I have been programming Clojure for 13 years as of this point in time. Why the hell did I not create a cheat sheet for Clojure before this?

deps.edn

Convert a Clojure project from project.clj to deps.edn using lein2deps

Run this command at the top-level of the project:
bb -Sdeps '{:deps {io.github.borkdude/lein2deps {:git/sha "6e192440c979e2c07c5855f9680b8f0350f42b63"}}}' \
   -m lein2deps.api --print --write-file deps.edn