-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmodules.edn
50 lines (50 loc) · 1.5 KB
/
modules.edn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{:name "kit-modules"
:modules
{:kit/auth
{:path "auth"
:doc "adds support for auth middleware using Buddy"}
:kit/devcontainer
{:path "devcontainer"
:doc "adds support for devcontainer. Available profiles [ :default :compose ]. Default profile uses a single docker file."}
:kit/html
{:path "html"
:doc "adds support for HTML templating using Selmer"}
:kit/htmx
{:path "htmx"
:doc "adds support for HTMX using hiccup"}
:kit/simpleui
{:path "simpleui"
:doc "adds support for HTMX using SimpleUI (previously called ctmx)"}
:kit/dominoui
{:path "dominoui"
:doc "adds support for HTMX using SimpleUI and Domino"}
:kit/dominoui-postgres
{:path "dominoui-postgres"
:doc "adds support for HTMX using SimpleUI and Domino. Includes sample postgres"}
:kit/metrics
{:path "metrics"
:doc "adds support for metrics using prometheus through iapetos"}
:kit/sente
{:path "sente"
:doc "adds support for Sente websockets to cljs"}
:kit/sql
{:path "sql"
:doc "adds support for SQL. Available profiles [ :postgres :sqlite ]. Default profile :sqlite"}
:kit/cljs
{:path "cljs"
:doc "adds support for cljs using shadow-cljs"}
:kit/nrepl
{:path "nrepl"
:doc "adds support for nREPL"}
:kit/tailwind
{:path "tailwind"
:doc "adds support for tailwindcss"}
:kit/hato
{:path "hato"
:doc "adds support for kit-Hato HTTP client"}
:kit/codox
{:path "codox"
:doc "adds support for codox"}
:kit/datomic
{:path "datomic"
:doc "adds support for Datomic"}}}