# `mix arch_test.gen.freeze`
[🔗](https://github.com/yoavgeva/arch_test/blob/v0.2.0/lib/mix/tasks/arch_test.gen.freeze.ex#L1)

Generates a freeze baseline architecture test file.

## Usage

    mix arch_test.gen.freeze

Creates `test/arch/freeze_arch_test.exs`. Run with
`ARCH_TEST_UPDATE_FREEZE=true mix test` to establish the baseline, then
commit the generated `test/arch_test_violations/` files. Only new violations
introduced after the baseline will cause failures.

---

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