Clojure http server template
 
 
Go to file
Soukev 6df4281db4 Add instructions to readme 2025-08-26 18:58:55 +02:00
resources/clj/new/http_server_template Initial template 2025-08-26 18:51:05 +02:00
src/clj/new Initial template 2025-08-26 18:51:05 +02:00
.gitignore Initial template 2025-08-26 18:51:05 +02:00
README.md Add instructions to readme 2025-08-26 18:58:55 +02:00
build.clj Initial template 2025-08-26 18:51:05 +02:00
deps.edn Initial template 2025-08-26 18:51:05 +02:00

README.md

http-server-template

To use template clone this repository and run following command:

$ git clone https://git.soukev.xyz/soukev/clj-http-server-template.git
$ clj -Tclj-new create :template '"http-server-template::http-server-template"' :name foo/foo-app