Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 746 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 746 Bytes

enfocus-template

A Leiningen template for Enfocus ClojureScript projects.

Installation

Leiningen 1.x

You'll need both lein-newnew and cljs-template.

lein plugin install lein-newnew 0.2.6
lein plugin install enfocus-template 0.1.0

Leiningen 2.x

There's nothing to install: As of preview3, templates are automatically fetched when first used.

Usage

lein new enfocus-template my-project

You now have a complete ClojureScript app, nothing more needed :)

Launching the App

cd my-project
lein cljsbuild once
lein ring server

License

Copyright © 2013 Creighton Kirkendall

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