1.0.0 • Published 5 years ago

hyphenslug v1.0.0

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

hyphenslug

npm-version

Opinionated Node.js function that returns a slug made only of lowercase letters, numbers and hyphens, from any string.

const hyphenslug = require('hyphenslug')

hyphenslug('I just want a simple URL slug!') // i-just-want-a-simple-url-slug
hyphenslug('unicode ♥ is ☢') // unicode-love-is-radioactive

Inspired by slug and slugify.

Might be too big to be used in the browser, since it relies on the unicode package.