Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you list of the options of a Leiningen template?

From the Luminus documentation I see there's an option called h2 when creating a Luminus app:

lein new luminus guestbook +h2

How can I see all the available options?

like image 445
pupeno Avatar asked May 02 '15 11:05

pupeno


1 Answers

This is not a complete answer, but it seems passing a wrong attribute was all that was required, at least in case of luminus, to get the list of attributes:

$ lein new luminus meh +meh
Unrecognized options: +mhe
Supported options are: +immutant, +site, +h2, +dailycred, +cljs, +sassc, +swagger, +auth, +http-kit, +cucumber, +aleph, +mongodb, +postgres, +mysql
like image 200
pupeno Avatar answered Nov 15 '22 07:11

pupeno