Packages

A Rails-style `mix stats` task for Elixir and Phoenix projects. Reports lines of code, modules, functions, and code-to-test ratio, broken down by configurable categories.

Current section

Files

Jump to
phx_stats CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file. The format
is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.0] - 2026-05-01
### Added
- Initial release.
- `mix stats` task that reports lines, LOC, modules, functions, F/M and LOC/F
per category, plus a code-to-test ratio.
- Configurable categories and test glob via `config :phx_stats, ...`.
- Sensible Phoenix defaults out of the box.