Examples (6)
Start a REPL session either with the project or standalone
boot replGenerate scaffolding for a new project based on a template
boot --dependencies boot/new new --template template_name --name project_nameBuild for development (if using the boot/new template)
boot devBuild for production (if using the boot/new template)
boot prodmade by @shridhargupta | data from tldr-pages