Skip to content

ckirkendall/enfocus-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Leiningen template for a ClojureScript app based on Enfocus and Ring

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published