tjmaynes/lein-playground

Leiningen template for trying things out in the repl.


Keywords
clojure, lein-template, leiningen

Documentation

lein-template

My Leiningen templates for Clojure and ClojureScript projects.

Usage

Playground

To create a new playground project using this template, run:

lein new playground new-playground-project

Included libraries:

  • clj-http => HTTP Client library.
  • cheshire => JSON Encoding/Decoding library.
  • aero => Read EDN files.