Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 531 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 531 Bytes

Clojure Bootstrap

The goal of this repository is to host templates for all kinds of Clojure applications.

Here are the templates implemented so far:

/root
  /cli
    /cli-matic-demo - Template for command line utilities using cli-matic
  /web
    /rest-crud-demo - Template for a RESTful web api based on code from this blog post.