Skip to content

Cirru/lein-cirru-sepal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lein-cirru-sepal

Leiningen plugin for compiling Cirru code into Clojure.

Internally it uses Sepal in Clojure to transform code.

Quick Start.

Usage

Clojars Project

Add cirru/lein-sepal in project.clj(choose higher versions):

:plugins [[cirru/lein-sepal "0.0.11"]]

Add configurations in your project.clj to set paths, for example:

:cirru-sepal {:paths ["cirru-src" "cirru-test"]}

It will compile *.clj.cirru to *.clj(or *.cljs.cirru to .cljs):

  • from cirru-src/ to src/
  • from cirru-test/ to test/
lein cirru-sepal # compile once
lein cirru-sepal watch # watch compiling

You may set extension to .cljs if needed.

License

Copyright © 2015 jiyinyiyong

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Leiningen pluin for compiling Cirru Sepal into Clojure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published