
boot
List of commands for boot:
-
boot:tldr:25bac boot: Build for development (if using the boot/new template).$ boot devtry on your machineexplain this command
-
boot:tldr:54c42 boot: Learn about a command.$ boot cljs --helptry on your machineexplain this command
-
boot:tldr:5d135 boot: Start a REPL session either with the project or standalone.$ boot repltry on your machineexplain 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 machineexplain this command
-
boot:tldr:c5ce1 boot: Build for production (if using the boot/new template).$ boot prodtry on your machineexplain this command