Fork me on GitHub
#deps-new
<
2021-08-20
>
dorab22:08:13

For deps-new, are you envisioning that personal or company-specific templates will be hosted on clojars? Or accessed directly from their github (or other) repos? In other words, will deps-new attempt to get templates from clojars?

seancorfield23:08:44

@dorab Per the README, clojure -A:some-alias -Tnew create :template thing :name myname/myproject -- where -A:some-alias will set up the classpath, including pulling stuff from Maven, Clojars, Git, local. You can use -Sdeps as well/instead.