How can I deploy a Leiningen template to Clojars?

余生长醉 提交于 2019-12-05 12:32:14

your upload seems to have worked and the result is here:

https://clojars.org/webdb/lein-template

you can make a project like this:

arthur@a:~$ lein new webdb newproject
Retrieving webdb/lein-template/0.1.0-SNAPSHOT/lein-template-0.1.0-20130618.143034-5.pom from clojars
Retrieving webdb/lein-template/0.1.0-SNAPSHOT/lein-template-0.1.0-20130618.143034-5.jar from clojars

To use a lein plugin, you must make it a dependency it in your .lein/profiles.clj

Since you project is on clojars, if you add its dependency it should be available to you.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!