mix bakeware.assemble (bakeware v0.1.2)

Summary

Functions

Manually assemble bakeware executable

Functions

run(args)

Manually assemble bakeware executable

Generally, it is expected that you integrate assembly as a Mix release step (see Bakeware.assemble/1)

However, this task provides the ability to manually assemble the Bakeware executable binary either for the current project, or for other specified release directories.

Supported options:

  • --name - Name to use for the binary. Defaults to the app name
  • --path - path to release directory. Defaults to release directory of current Mix project