Skip to content

🐍 Sluggish slug generator that works universally

License

Notifications You must be signed in to change notification settings

techslides/sluggish

 
 

Repository files navigation

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

About

🐍 Sluggish slug generator that works universally

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%