mix harness.install (ex_harness v0.1.3)

Copy Markdown View Source

Install ex_harness static-analysis suite

Adds the static-analysis suite to a host project (deps + mix.exs + precommit alias + .gitignore + .credo.exs) using Igniter.

Examples

mix harness.install
mix harness.install --skip makeup,makeup_elixir,makeup_js

Options

  • --skip LIST — comma-separated dep names to skip (e.g. credo, dialyxir, ex_dna, ex_slop, boundary, reach, makeup, makeup_elixir, makeup_js)

Re-running this task is idempotent: deps already declared are left untouched, and the precommit alias only gains missing entries.