# `BB.Dsl.SupervisorTransformer`
[🔗](https://github.com/beam-bots/bb/blob/main/lib/bb/dsl/supervisor_transformer.ex#L5)

Injects `start_link/1` and `child_spec/1` into robot modules.

This allows robot modules to be started directly with `MyRobot.start_link()`
and to be used as child specs in supervision trees.

# `after_compile?`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
