Fork me on GitHub
#deps-new
<
2021-08-07
>
athomasoriginal15:08:09

With clj-new, is it currently possible to have a single repo with a bunch of templates in it? (rather than having to create a repo for each).

seancorfield15:08:50

The readme gives an example of that, yes: > A GitHub repository may include multiple templates, so you can also use this form:

clojure -X:new :template '""' :name project-name :args '[arg1 arg2 arg3 ...]'
somename/somerepo here contains templates in subdirectories, including someapp.

🙏 3