This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yawt/project.clj

7 lines
333 B
Clojure
Raw Normal View History

2014-11-15 12:51:03 -05:00
(defproject yawt/lein-template "0.3"
:description "Yet Another Web Template. An opinionated Leiningen template to generate a base project for building Clojure web applications."
:url "https://github.com/gered/yawt"
:license {:name "MIT License"
:url "http://opensource.org/licenses/MIT"}
:eval-in-leiningen true)