Skip to content

v0.1.0

Choose a tag to compare

@dbrown2642 dbrown2642 released this 23 Jul 19:03
· 1 commit to main since this release

Explico integrates Vale with Credo for documentation embedded in Elixir source.

Highlights

  • Extracts @moduledoc, @doc, and @typedoc content for Vale.
  • Reports findings as Credo issues at their original source lines.
  • Uses each consuming project’s Vale configuration, styles, and terminology.

Installation

{:explico,
 github: "uhadmin/explico",
 tag: "v0.1.0",
 only: [:dev, :test],
 runtime: false}

See the README for configuration and usage.