xp v0.1.0 mix xp.dep View Source

Adds a project dependency with requirement pointing at latest or specified version.

Usage

Task is invoked with PACKAGE name and an optional VERSION (defaults to latest on Hex):

mix xp.dep PACKAGE [VERSION]

Add latest version:

mix xp.dep ecto

Add specific version:

mix xp.dep ecto 3.1.2