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

lein-plz should be able to generate projects

Open johnwalker opened this issue 9 years ago • 0 comments

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 cljs async
cd foobar

so that we could cut out a call to lein

johnwalker avatar Apr 02 '15 22:04 johnwalker