deps-new

seancorfield 2021-08-18T23:40:50.049600Z

has renamed the channel from "clj-new" to "deps-new"

seancorfield 2021-08-18T23:41:09.049700Z

set the channel topic: Discussion around https://github.com/seancorfield/deps-new and https://github.com/seancorfield/clj-new

seancorfield 2021-08-18T23:41:23.049800Z

set the channel description: Discussion around https://github.com/seancorfield/deps-new and https://github.com/seancorfield/clj-new

seancorfield 2021-08-18T23:44:50.051100Z

deps-new includes the same app and lib templates that clj-new has. deps-new does not run lein new (or boot-new or clj-new) templates -- you'll continue to need clj-new (or lein new!) for those.

seancorfield 2021-08-18T23:48:30.053900Z

Although deps-new has a pom shortcut, for creating a fully-fleshed out pom.xml, it does not sync dependencies -- you'll still need clojure -Spom for that -- but see also clojure.tools.build.api/write-pom which can sync dependencies, as well as fill out scm information now (although it's still more work than deps-new's pom 🙂 )