yazz.com
yazz.com

Reputation: 58786

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?

Upvotes: 5

Views: 404

Answers (1)

Arthur Ulfeldt
Arthur Ulfeldt

Reputation: 91534

  • 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.

Upvotes: 6

Related Questions