Nerves v0.7.1 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, reference mix help release.init
Link to this section Summary
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
.