FermoSlugger
Generate slugs for URLs, based on an id and text.
Installation
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"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/fermo_slugger.