deps-new

athomasoriginal 2021-08-07T15:29:09.044600Z

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).

seancorfield 2021-08-07T15:31:50.045300Z

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.

🙏 1