# `mix igniter.add`
[🔗](https://github.com/ash-project/igniter/blob/v0.8.3/lib/mix/tasks/igniter.add.ex#L5)

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

```bash
mix igniter.add dep1 dep2
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
