mix igniter.add (igniter v0.5.50)

View Source

Adds the provided deps to mix.exs

This is only useful when you want to add a dependency without running its installer, since igniter.install already adds the dependency to mix.exs.

This task also gets the dependencies after completion.

Example

mix igniter.add dep1 dep2