mix igniter.add (igniter v0.5.45)
View SourceAdds 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