boot -d seancorfield/boot-new new -t app -n <appname>
This command will tell boot to grab the task boot-new
from https://github.com/seancorfield/boot-new and execute the task with the app
template (see link for other templates). The task will create a new directory called <appname>
with a typical Clojure application structure. See the generated README for more information.
To run the application: boot run
. Other commands are specified in build.boot
and described in the README.