Leiningen template for web apps based on 7theta libraries.
The base template includes:
Ctrl-Shift-i
;F1
;To create an application with the base template:
lein new com.7theta/web <project-name>
The optional profiles include:
+servo
)+routing
) based on metosin/reitit
+auth
) based on via
+electron
) using structor
+graal
)To add a profile to the base template, append the profile name(s). E.g.,
lein new com.7theta/web <project-name> +servo +auth +graal
Copyright © 2022 7theta
Distributed under the MIT License.
Can you improve this documentation? These fine people already did:
Achint Sandhu & Tom GoldsmithEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close