Search code examples
clojureleiningenluminus

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?


Solution

  • 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