An open API service indexing awesome lists of open source software.

https://github.com/clojurewerkz/lein-template

A Leiningen 2.0 project template for all new ClojureWerkz libraries
https://github.com/clojurewerkz/lein-template

Last synced: 4 months ago
JSON representation

A Leiningen 2.0 project template for all new ClojureWerkz libraries

Awesome Lists containing this project

README

          

# ClojureWerkz Leiningen template

A Leiningen 2.0 template for all new ClojureWerkz [Clojure libraries](http://clojurewerkz.org).

## Installation

Add a plugin dependency on `[clojurewerkz/lein-template "1.8.0"]` to
your `~/.lein/profiles.clj`:

``` clojure
{:user {:plugins [[clojurewerkz/lein-template "1.8.0"]]}
```

## Usage

lein new clojurewerkz badass-library

## License

Copyright © 2014-2016 Michael S. Klishin, Alex Petrov, and the ClojureWerkz team.

Distributed under the Eclipse Public License, the same as Clojure.