/sluggish

:snake: Sluggish slug generator that works universally

Primary LanguageJavaScriptMIT LicenseMIT

sluggish

Sluggish slug generator that works universally

Works well in browsers, as its footprint size is very small.

Install

npm install sluggish --save

Usage

sluggish('Hola mundo soy  -Awésome-')
<- 'hola-mundo-soy-awesome'

API

Using sluggish(text) yields a hyphenated slug that's meant to be used for a URL or an id attribute.

License

MIT