pro-slugs

Generates URL safe, good looking slugs from strings in Ember applications.

Usage no npm install needed!

<script type="module">
  import proSlugs from 'https://cdn.skypack.dev/pro-slugs';
</script>

README

pro-slugs Build Status

pro-slugs is an addon that can be installed with Ember CLI. It gives you the ability to generate good looking and URL safe slugs from a string.

Installation

cd your-project-directory
ember install pro-slugs

Usage

import slug from 'pro-slugs';

console.log(slug('Your string!'));