Hi everyone,

lein-plz is a plugin for adding dependencies quickly. It lets you do things 
like


$ lein plz add cljs core.async

instead of editing the project.clj directly. @luxbock 
<https://github.com/luxbock> added ~450 new builtins from crossclj.info and 
a list task that simplifies searching builtins. For example:


$ lein plz list ring

+-----------------------------------+------------------------+
| Dependency                        | Nickname(s)            |
+-----------------------------------+------------------------+
| im.chit/hara.common.string        | hara.common.string     |
| ring/ring-devel                   | ring-devel             |
| metosin/ring-http-response        | ring-http-response     |
| im.chit/hara.string.path          | hara.string.path       |
| metosin/ring-swagger-ui           | ring-swagger-ui        |
| ring-anti-forgery                 | ring-anti-forgery      |
| ring/ring-jetty-adapter           | ring-jetty-adapter     |
| ring/ring-json                    | ring-json              |
| ring-refresh                      | ring-refresh           |
| shoreleave/shoreleave-remote-ring | shoreleave-remote-ring |
| ring-mock                         | ring-mock              |
| ring                              | ring                   |
| metosin/ring-swagger              | ring-swagger           |
| ring-cors                         | ring-cors              |
| ring-serve                        | ring-serve             |
| ring/ring-codec                   | ring-codec             |
| ring-server                       | ring-server            |
| ring/ring-servlet                 | ring-servlet           |
| ring-reload-modified              | ring-reload-modified   |
| org.maravillas/ring-core-gae      | ring-core-gae          |
| ring/ring-core                    | ring-core              |
| ring-middleware-format            | ring-middleware-format |
+-----------------------------------+------------------------+

You can get these changes in the latest version with coordinates [lein-plz 
"0.3.0"]. As usual, let me know if you have ideas to share!

https://github.com/johnwalker/lein-plz

John

-- 
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/d/optout.

Reply via email to