Generate slugs for URLs, based on an id and text.
The package can be installed
by adding fermo_slugger
to your list of dependencies in mix.exs
:
def deps do
[
{:fermo_slugger, "~> 0.8.4"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/fermo_slugger.