Hi Mimmo, I think it is a really nice project, but I was not able to run it successfully:
$ lein new cljs-start foo Failed to resolve version for cljs-start:lein-template:jar:RELEASE: Could not find metadata cljs-start:lein-template/maven-metadata.xml in local (/home/shantanukumar/.m2/repository) This could be due to a typo in :dependencies or network issues. If you are behind a proxy, try setting the 'http_proxy' environment variable. Could not find template cljs-start on the classpath. I saw that on Clojars it has only SNAPSHOT versions are uploaded: https://clojars.org/cljs-start/lein-template -- could that be a reason why it does not automatically download the template? I am running Leiningen 2.3.3 with Java 7 on 64-bit Linux. Shantanu On Friday, 1 November 2013 04:03:32 UTC+5:30, Magomimmo wrote: > > Hi all, > I just create a simple leon-template to create CLJS libs with batteries > included: > > - separation of concerns between the user view and the dev view of the > created lib (obtained by using the profiles.clj local to the project > - http server and brepl (with piggieback by Chas) to bREPLing with the > project (everything is kept separated in the profiles.clj) > - unit test lib included (clojurescript.test by Chas) > - compilatation included of each build optimisation > - test-command already defined for phantoms > - and few other minutiae > > I also started to write a quick README to use it. > > https://github.com/magomimmo/cljs-start > > Here is a very quick start > > lein new cljs-start your-project > cd your-project > lein compile > lein test > > To connect with the browser > > lein repl > >(require '[ring.server :as http]) > > (http/run) > > (browser-repl) > > Now visit localhost:3000 and wait a moment to go back to repl > > cljs.user> (cemerick.cljs.test/run-all-tests) > > To generate the jar > > lein jar > > Everything is just started, so be benevolent with me. > > Feedback are appreciated, even the bad ones. > > 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.