luminus-framework / luminus-template

a template project for the Luminus framework
http://www.luminusweb.net/
MIT License
647 stars 147 forks source link

Clojure CLI Tools #467

Open dijonkitchen opened 4 years ago

dijonkitchen commented 4 years ago

Support deps.edn configuration with https://clojure.org/guides/deps_and_cli

yogthos commented 4 years ago

The current template heavily relies on lein features. I think it would be a significant amount of effort to replicate that using deps.edn.

dijonkitchen commented 4 years ago

Does https://github.com/RickMoynihan/lein-tools-deps help with a transition?

yogthos commented 4 years ago

Yeah, that will allow using deps.edn style dependencies from lein, but the template isn't using any by default and it's just a couple of lines of code to add the plugin. So, not sure it makes sense adding it to the template as a default.