Boilex v0.2.2 mix boilex.hex.publish View Source

mix hex.publish wrapper Prevents accidental pushing of private code to open-source.

Usage

# publish to private organization repo
cd ./myproject
mix boilex.hex.publish

# publish to open-source
cd ./myproject
mix boilex.hex.publish --confirm-public

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.