Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 453 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 453 Bytes

lein-recipe

A Leiningen plugin to create new Clojure Cookbook recipes. Created especially for Clojure Cookbook contributors, obviously.

Usage

Put [lein-recipe "0.1.0-SNAPSHOT"] into the :plugins vector of your :user profile.

The jar is hosted on Clojars.

Example usage

$ lein new recipe kitchen-sink "My Great Recipe"

License

Copyright © 2013 John Cromartie

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