Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I share a Leiningen template?

I have created a Leiningen template for a Clojure webapp. How can I share this to other users of Leiningen?

Update

I am still trying to figure out how to do this. I created a template here:

https://clojars.org/repo/webdb/

: but it will not install, so I have created another question:

How can I deploy a Leiningen template to Clojars?

like image 877
yazz.com Avatar asked Jun 11 '13 21:06

yazz.com


1 Answers

  • make a project on github with your template.
  • publish the jar on clojars. lein deploy clojars
  • pop into the #liningen IRC channel on freenode if you want someone to test it out for you
  • publish! (put a link to the project in this question would be a start) and send it to the leiningen mailing list.
like image 66
Arthur Ulfeldt Avatar answered Nov 15 '22 07:11

Arthur Ulfeldt