Hi everyone,

I've produced yakshave, a Nodejs (Clojurescript) utility that currently 
supports rendering modified Leiningen templates. It's significantly faster 
than the lein new task, at least before going through 
https://github.com/technomancy/leiningen/wiki/Faster

You can get it with:

npm install yakshave -g

and usage is the same as in leiningen. (yakshave new project, yakshave new 
compojure project)

*For small templates, it's like 26 times faster,* so I'm very excited.

Actually, it's very alpha and I have only tested it on Linux. Please try it 
out anyway though, and let me know what happens on the issue tracker.

Yakshave templates are not fully programmatic (you write edn instead of 
Clojure). They coexist with Leiningen templates and are significantly 
shorter than the leiningen variant. If you're a template author and want it 
to run with yakshave, let me know and I'll help out.

You can read more about yakshave here. Contributors are welcome and wanted. 

https://github.com/johnwalker/yakshave

-- John

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to