mix torch.install (Torch v6.0.0)
View SourceInstalls torch layout to your _web/templates directory.
Configuration
config :torch,
otp_app: :my_appExample
Running without options will read configuration from your config.exs file,
as shown above.
mix torch.install
Also accepts the --app option:
mix torch.install --app my_app