mix torch.install (Torch v3.9.0) View Source
Installs torch layout to your _web/templates directory.
Configuration
config :torch,
otp_app: :my_app,
template_format: :eexExample
Running without options will read configuration from your config.exs file,
as shown above.
mix torch.install
Also accepts --format and --app options:
mix torch.install --format slime --app my_app