I want to use clj and deps.
How can I bootstrap/scallfold projects?
Whats the difference between clj-new and deps-new ?
I want to use clj and deps.
How can I bootstrap/scallfold projects?
Whats the difference between clj-new and deps-new ?
Quoting Sean Corfield’s comment on Slack:
Re: clj-new – that should be considered “legacy” at this point and deps-new should generally be used instead.
clj-new supports legacy templates (lein, boot) but those templates generally produce projects based on Leiningen or Boot. So that doesn’t help you with the Clojure CLI
deps-new is more declarative and is focused on Clojure CLI projects. I think all deps-new templates produce CLI-based projects (but, hey, a template can produce whatever the author wants!).
Thanks, will be using that from now on.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.