Mix.Tasks.Archive

Packages the current project (though not its dependencies) into a zip file according to the specification of the Erlang Archive Format.

Archives are meant to bundle small projects, usually installed locally.

The file will be created in the current directory (which is expected to be the project root), unless an argument -o is provided with the file name.

Command line options

Source

Summary

run(args)

Callback implementation of Mix.Task.run/1

Functions

run(args)

Callback implementation of Mix.Task.run/1.

Source