/clojure-kata-archetype

Template project to start a kata in clojure

Primary LanguageClojure

clojure-kata-archetype

Description

Clojure kata archetype project with the necessary dependencies to start a kata

How to use

Clone this repo

git clone https://github.com/jcaromiq/clojure-kata-archetype.git kata-name

​ where kata-name is the name of kata

Change the values of project.clj

run with

lein repl
(use 'midje.repl)
(autotest)