Packages

A library to validate conflicting routes in Phoenix applications.

Retired package: Deprecated - Renamed to phoenix_routes_validator

Current section

Files

Jump to

README.md

# PhoenixRouteValidator
Detect conflicting routes defined in a Phoenix project.
## Installation
The package can be installed by adding `phoenix_route_validator` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:phoenix_route_validator, "~> 0.1.0"}
]
end