Installs BB into a project
Composes bb.add_robot (scaffolds a robot module) and bb.add_nx_backend
(prompts to configure an Nx backend — defaults to EXLA).
Example
mix igniter.install bb
mix igniter.install bb --robot MyApp.Robot --backend exla
Options
--robot- The module name for the robot (defaults to{AppPrefix}.Robot).--backend- Nx backend to install:exla,torchx, orbinary. If omitted, the user is prompted (defaults toexlain non-interactive runs).