eginez / calvin

A minimalistic build tool for clojurescript projects that does not require the jvm
186 stars 9 forks source link

implement the new command from lein #4

Open eginez opened 7 years ago

eginez commented 7 years ago

This one seems pretty straight forward, the templates are in clojars, and they are specified as mustache templates There are few templating engines in nodejs and even in cljs already so no need to write those. Download the template, and render it

arichiardi commented 7 years ago

You can also peek at boot-new. There is a lot of code in there, but it would be definitely valuable not to involve the jvm for this one-off task.