Generate a new Pedestal Service with Vase hooked up.
To generate a new app: lein new vase my-app
. You will have a new app in my-app! To
explore further, read the readme in your generated app.
There are two ways to try out local changes to this template:
- Run
lein new vase NAME
in this directory. lein install
in this directory; ensure the correct version of the template is in :plugins of your~/.lein/profiles.clj
; generate a new app.
Test this template by running lein test
from within the template/
directory