I haven't actually tried this, but something that might be useful is allowing a project to specify an alias to use for deps-new in the deps.edn. Similar to :deps/prep-lib. That way to generate the template for a framework, you could use that framework as the coordinate, rather than <coordinate>-template.
@dominicm Interesting suggestion. Do you want to create an issue and write it up with a specific example?
@seancorfield Sure, what would a specific example be? 🙂
Uh, better way of asking that question, how specific should I be?
It's your suggestion: pick a repo/framework that has a template and write up exactly what you think would go in that framework's deps.edn file to specify the template to use. I'm having a hard time imaging how you think it should work...
Remember that deps-new just reads stuff from the file system after the CLI has brought down the deps.
OK, that specific. No problem 🙂