View Source mix torch.install (Torch v5.4.0)
Installs torch layout to your _web/templates
directory.
Configuration
config :torch,
otp_app: :my_app
Example
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