deps-new 2022-08-10

Hi, I'm trying out deps-new to create a template project and wondering: Is there a way to pull in changes or updates to the template after a project has already been created from it... or does that defeat the purpose of a template project?

@yosevuk deps-new is purely about project creation. neil might do some of what you're looking for tho' #babashka-neil https://github.com/babashka/neil

👍 1

Thank you, will take a look at neil!

For example: 1. clojure -Sdeps '{:deps {com.acme.project/cool-lib COORDINATES}}' -Tnew create :template com.acme.project/cool-lib :name myusername/mynewproject 2. Make changes to myusername/mynewproject 3. Make changes to com.acme.project/cool-lib 4. Update myusername/mynewproject with com.acme.project/cool-lib changes