odekopoon / cljs-node

A leiningen template for cljs scripts that target nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cljs-node

cljs-node is a Leiningen template for projects that use ClojureScript and target nodejs.

It gives you a project.clj file with

  • Clojure
  • cljs-build
  • piggieback nREPL
  • Simple optimizations

Your sources will go into src/ and compiled javascript will be placed in the root directory as a simple file.

Usage

$ lein new cljs-node monkey
$ cd monkey
$ lein cljsbuild once
$ node monkey.js
Hello world

License

BSD, short and sweet

About

A leiningen template for cljs scripts that target nodejs

License:BSD 2-Clause "Simplified" License


Languages

Language:Clojure 100.0%