Hi,
try the following:

rm -rf ~/.m2/repository/cljs-start

and run again

lein new cljs-start youlibname

If this does not work try the following

git clone https://github.com/magomimmo/cljs-start.git
cd cljs-start
lein install


and try again to create the project with

lein new cljs-start yourlibname

LTM if it works.

mimmo


On Nov 25, 2013, at 4:06 PM, Deniz Kurucu <makka...@gmail.com> wrote:

> Hi,
> 
> When i run lein new cljs-start wonderful-lib
> 
> I'm getting that error and nothing is created.
> 
> Generating fresh 'lein new' cljs-start project.
> Template resource 'leiningen/new/cljs_start/README.MD' not found.
> 
> Thanks.
> 
> 
> 
> On Mon, Nov 25, 2013 at 4:24 PM, Mimmo Cosenza <mimmo.cose...@gmail.com> 
> wrote:
> 
> On Nov 25, 2013, at 10:42 AM, Mimmo Cosenza <mimmo.cose...@gmail.com> wrote:
> 
>> I'm preparing an example on how to use cljs-start with an already 
>> implemented cljs lib (I'll use hiccups as an example). If you have a little 
>> of patient tomorrow should be published. 
>> 
> 
> Hi Tom, here is the sample I was talking about. It use the already 
> implemented hiccups lib to demonstrate by instrumenting it with cljs-start.
> 
> https://github.com/magomimmo/cljs-start/blob/master/doc/sample.md
> 
> Inside you'll also find a brepling session with the instrumented hiccups. I 
> don't know why nobody documents any brepl session (even me. in the 
> modern-cljs series I should say something more about this task which is very, 
> very important to become productive in cljs). 
> 
> I hope to contribute a little bit in modifying for the next year the results 
> of the recent survey conducted by the tireless Chas Emerick.
> 
> 
> HIH 
> Mimmo
> 
> 
> 
> -- 
> -- 
> 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/groups/opt_out.
> 
> 
> -- 
> Note that posts from new members are moderated - please be patient with your 
> first post.
> --- 
> You received this message because you are subscribed to the Google Groups 
> "ClojureScript" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to clojurescript+unsubscr...@googlegroups.com.
> To post to this group, send email to clojurescr...@googlegroups.com.
> Visit this group at http://groups.google.com/group/clojurescript.

-- 
-- 
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/groups/opt_out.

Reply via email to