Nerves v0.4.6 Mix.Tasks.Nerves.Release.Init
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
Summary
Functions
A task needs to implement run
which receives
a list of command line args.
Callback implementation for Mix.Task.run/1
.