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. Inspired by the Ruby gem agnostic_slugs from Lasse Ebert.
cd your-project-directory
ember install pro-slugs
import slug from 'pro-slugs';
console.log(slug('Your string!'));