This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-08-10
Channels
- # announcements (9)
- # aws (11)
- # babashka (37)
- # beginners (97)
- # biff (2)
- # calva (73)
- # clj-kondo (17)
- # cljfx (3)
- # clojure (89)
- # clojure-europe (45)
- # clojure-norway (12)
- # clojurescript (17)
- # datahike (8)
- # datomic (13)
- # deps-new (4)
- # figwheel-main (1)
- # graalvm (2)
- # hyperfiddle (8)
- # introduce-yourself (6)
- # leiningen (38)
- # lsp (57)
- # malli (13)
- # nbb (46)
- # off-topic (40)
- # pathom (3)
- # polylith (8)
- # rum (4)
- # shadow-cljs (14)
- # spacemacs (1)
- # sql (11)
- # xtdb (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?
@UGT1B8S3T 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
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