Add template

This commit is contained in:
oakes
2014-01-18 20:15:29 -05:00
parent 6bfbdce2c7
commit f5860b976b
17 changed files with 337 additions and 0 deletions

8
template/project.clj Normal file
View File

@@ -0,0 +1,8 @@
(defproject play-clj/lein-template "0.1.0-SNAPSHOT"
:description "A template for making play-clj projects"
:url "https://github.com/oakes/play-clj"
:license {:name "Public Domain"
:url "http://unlicense.org/UNLICENSE"}
:dependencies [[lein-droid "0.2.0"]]
:resource-paths ["resources"]
:eval-in-leiningen true)