Nerves v1.3.2 mix nerves.release.init View Source

Prepares a new project for use with releases. By default, this forwards the call to

mix release.init --template /path/to/nerves/release_template.eex

For more information on additional args, see

mix help release.init

Link to this section Summary

Functions

A task needs to implement run which receives a list of command line args

Link to this section Functions

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.