sluggish

Sluggish slug generator that works universally

Usage no npm install needed!

<script type="module">
  import sluggish from 'https://cdn.skypack.dev/sluggish';
</script>

README

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