slugify@1.6.9
// Slugifies a String
$ npm install slugify
downloads/wk
13,103,546
license
MIT
version
1.6.9
published
Apr 1, 2026
What is slugify?
The slugify package converts strings into URL-friendly slugs by removing special characters, converting spaces to hyphens, and lowercasing text. Developers use it to generate clean URL paths from arbitrary text like article titles or user input that need to be web-safe and readable.
Links
Keywords
Maintainers
trott, simov, joshuakgoldberg