Skip to content
Gregg Reynolds edited this page Feb 10, 2016 · 5 revisions

Boot comes with a small set of predefined tasks. At the command line, boot help will list the tasks. Usage notes for each task are available: boot <task> -h. For example,

$ boot aot -h
Perform AOT compilation of Clojure namespaces.

Options:
  -h, --help          Print this help info.
  -a, --all           Compile all namespaces.
  -n, --namespace NS  Conj NS onto the set of namespaces to compile.

The same information is available online at boot.task.builtin.

Clone this wiki locally