-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathmodules.edn
More file actions
35 lines (35 loc) · 1.03 KB
/
modules.edn
File metadata and controls
35 lines (35 loc) · 1.03 KB
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
{: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/ctmx
{:path "ctmx"
:doc "adds support for HTMX using CTMX"}
:kit/metrics
{:path "metrics"
:doc "adds support for metrics using prometheus through iapetos"}
:kit/quartz
{:path "quartz"
:doc "adds support for quartz scheduling"}
: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"}}}