/clojure-bootstrap

Collection of templates for Clojure apps

Primary LanguageClojure

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.