avescodes / lein-try

A Leiningen plugin for trying out new libraries
313 stars 13 forks source link

A support for lein deps format? #28

Closed edbond closed 7 years ago

edbond commented 7 years ago

Would be nice to handle lein dependency format. To allow to copy-paste from readme's > lein try '[lowl4tency/google-maps "0.1.0-SNAPSHOT"]'

avescodes commented 7 years ago

We actually had this a while back (see #16), but they added far too much complexity to the parsing logic and user experience. Boot has taken a similar path with simplifying its CLI dependency format, so I think I'm going to lay this to rest.