clj-commons

borkdude 2022-10-15T11:08:40.908499Z

Awesome. That give me the idea: lein2deps might support updating /syncing an existing deps.edn while preserving comments, etc using rewrite-edn which is also used in neil

😍 1
borkdude 2022-10-15T11:09:15.859269Z

I might have a use case for that in babashka where I'm still using lein for deployment + deps for development and testing (but I'm going to rewrite it to deps.edn at some point anyway)

borkdude 2022-10-15T11:10:09.294499Z

I guess one could use lein2deps as a library, get the new deps map and use rewrite-edn to merge in those changes programmatically already today

dergutemoritz 2022-10-15T11:10:33.349189Z

Indeed!