View Source mix torch.install (Torch v5.1.0)

Installs torch layout to your _web/templates directory.

configuration

Configuration

config :torch,
  otp_app: :my_app

example

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

Link to this section Summary

Link to this section Functions