# `mix ash.install`
[🔗](https://github.com/ash-project/ash/blob/v3.23.1/lib/mix/tasks/install/ash.install.ex#L6)

Installs Ash into a project. Should be called with `mix igniter.install ash`

## Options

- `--example` - Creates some example resources. When used, will pass
  through options to `mix ash.gen.resource`. See that task docs for more.
- `--setup` - Runs `mix ash.setup` after installation to set up extensions.

---

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