Forrest logo
back to context overview

boot

List of commands for boot:

  • boot:tldr:0aa68 boot: Build a single `uberjar`.
    $ boot jar
    try on your machine
    explain this command
  • boot:tldr:25bac boot: Build for development (if using the boot/new template).
    $ boot dev
    try on your machine
    explain this command
  • boot:tldr:54c42 boot: Learn about a command.
    $ boot cljs --help
    try on your machine
    explain this command
  • boot:tldr:5d135 boot: Start a REPL session either with the project or standalone.
    $ boot repl
    try on your machine
    explain this command
  • boot:tldr:60081 boot: Generate scaffolding for a new project based on a template.
    $ boot --dependencies boot/new new --template ${template_name} --name ${project_name}
    try on your machine
    explain this command
  • boot:tldr:c5ce1 boot: Build for production (if using the boot/new template).
    $ boot prod
    try on your machine
    explain this command
back to context overview