This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-09
Channels
- # announcements (2)
- # babashka (11)
- # beginners (9)
- # biff (7)
- # calva (20)
- # catalyst (1)
- # cider (8)
- # clerk (46)
- # clj-kondo (18)
- # clj-otel (2)
- # clojure-brasil (22)
- # clojure-europe (18)
- # clojure-gamedev (23)
- # clojure-italy (5)
- # clojure-nl (2)
- # clojure-norway (14)
- # clojure-uk (6)
- # clr (1)
- # datomic (13)
- # emacs (1)
- # hoplon (13)
- # hyperfiddle (53)
- # introduce-yourself (1)
- # java (23)
- # malli (7)
- # obb (35)
- # off-topic (31)
- # polylith (2)
- # portal (9)
- # rdf (15)
- # reitit (12)
- # releases (3)
- # ring (4)
- # shadow-cljs (6)
- # solo-full-stack (3)
Hail Jacob! Do you have a Biff "new project" template? I am stripping down the com.example
app in an attempt to make one but I thought it might be worth asking,
Is this what you looking for? https://biffweb.com/docs/tutorial/new-project/
Actually, this, sorry: https://biffweb.com/docs/get-started/new-project/
Thank you so much for reaching out. Both of those use https://biffweb.com/new-project.clj, but It looks like the output is a sample app, not an skeleton/empty app.
Ahhh, I see, in the tutorial, Jacob effectively has instructions for stripping down the example to barebones.
I just ran skimmed through the tutorial, and the first few steps he rips out the plugins and such. This is exactly what I was looking for. Thank you for the guidance 🙇
yep 🙂 if you did want to create a skeleton template, you can copy the new project script and change it to point to a different repo + directory: https://github.com/jacobobryant/biff/blob/master/new-project.clj