Home

Awesome

slugify

Generate slug from string

Features

Usage

Install with v install Coachonko.slugify

import coachonko.slugify

slugifier := slugify.default()
slug := slugifier.make('Slugs are NOT snails') // slugs-are-not-snails

Please take a look at the test files for more information.

Notes

make and make_lang return a string that:

Pull requests are welcome to add support for more languages. To add subsitutions or a whole new language, please look at the substitutions.v file and at the CONTRIBUTING.md file.