lein-plz icon indicating copy to clipboard operation
lein-plz copied to clipboard

Add leiningen dependencies quickly

Results 10 lein-plz issues
Sort by recently updated
recently updated
newest added

clojure.lang.Compiler$CompilerException: Syntax error macroexpanding clojure.core/import at (clj_http/headers.clj:105:1). similar to https://github.com/framed-data/overseer/issues/101?

It would be useful to also add lein plugins into `:plugins` vector. For example: `lein plz add-plugin lein-kibit` or `lein plz plugin add lein-kibit`

Should this tool allow specifying the version a la npm? Kind of similar to `npm install [email protected] --save`?

Hi! plz is a great plug-in as far as I could test it! I just keep on getting this waring whenever I add a dependency: WARNING: update already refers to:...

sometimes i add a dependency and it pulls in a new version of something that breaks another dependency. it would be really slick if we added an option that found...

A common pattern is: ``` lein new foobar cd foobar lein plz add cljs async ``` It would be much nicer if we could do ``` lein plz foobar :with...

List currently works for builtins, but doesn't include user-defined maps. We should have a way to print them, but I'm not really sure how yet. We could have a table...

enhancement

It should also be possible to remove dependencies. We should refactor the add task into more functions to make it easy to remove groups and individual dependencies.

enhancement
starter