# `mix star_view.install`

Installs StarView into your project

Installs StarView and optionally sets up recommended configurations.

## Example

```sh
mix igniter.install star_view
```

## Options

* `--no-stream-dedup` — Skip adding `StarView.Utility.StreamRegistry` to your supervision tree.
* `--no-https` — Skip HTTPS dev configuration (Phoenix only).
* `--no-example` — Skip generating the sample controller/handler.

---

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