jcaromiq / clojure-kata-archetype

Template project to start a kata in clojure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Template project to start a kata in clojure


Languages

Language:Clojure 96.1%Language:Makefile 3.9%