clj-http-server-template/README.md

9 lines
272 B
Markdown

# http-server-template
To use template clone this repository and run following command:
``` bash
$ 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
```