This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-10-09
Channels
- # announcements (23)
- # asami (25)
- # babashka (38)
- # beginners (53)
- # calva (17)
- # clara (5)
- # clj-commons (1)
- # clj-kondo (18)
- # clojure (11)
- # clojure-europe (17)
- # clojure-france (1)
- # clojure-germany (5)
- # clojure-nl (2)
- # clojure-sg (4)
- # conjure (3)
- # deps-new (6)
- # fulcro (16)
- # off-topic (46)
- # pedestal (11)
- # react (2)
- # reagent (5)
- # reclojure (7)
- # rewrite-clj (1)
- # sci (18)
- # shadow-cljs (75)
- # sql (3)
- # xtdb (12)
In the README.md
for deps-new
, in the Create a template
section, it says "By default, the generated template project will work as a template that produces a library project.". How do I get deps-new
to generate a template for an app project.
@dorab You edit the template after you generate it.
The idea is that the generated template project is a sketch for you to build whatever you want. Until you publish the (updated) template, it's not actually useful to anyone else.
If you want an application you could just create an application in the first place?
Fair enough. The "By default," part of the sentence misled me into thinking that there was some sort of parameter I could set during the template creation that would be more appropriate for an app.
The "by default" just means that is what the generated template would produce if used. Would love to have suggestions for clarifying that.