Just wanted to say "thank you!" for this. It certainly is useful!

A possible enhancement: to try to locate and add dependencies that are not 
known as abbreviations. For example, `lein plz add om` doesn't do anything (and 
doesn't tell you!) so you have to edit your .edn file and add {om #{"om"}} 
making the addition of the abbreviation substantially longer than the full 
dependency name :)

Sean

On Aug 16, 2014, at 5:19 PM, john walker <john.lou.wal...@gmail.com> wrote:
> This is a lein plugin that helps you add dependencies to projects pretty 
> quickly. The git repo is here: https://github.com/johnwalker/lein-plz
> 
> Basically, you write something like this:
> 
> 
> lein new foo
> cd foo
> lein plz add cljs async match jdbc
> 
> and get this:
> 
> (defproject foo "0.1.0-SNAPSHOT"
>   :description "FIXME: write description"
>   :url "http://example.com/FIXME";
>   :license {:name "Eclipse Public License"
>             :url "http://www.eclipse.org/legal/epl-v10.html"}
>   :dependencies [[org.clojure/clojure "1.6.0"]
>                  [org.clojure/clojurescript "0.0-2311"]
>                  [org.clojure/core.async "0.1.319.0-6b1aca-alpha"]
>                  [org.clojure/core.match "0.2.2"]
>                  [org.clojure/java.jdbc "0.3.5"]])
> 
> I hope it's useful.

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

Reply via email to