Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 540 Bytes

File metadata and controls

18 lines (12 loc) · 540 Bytes

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. Inspired by the Ruby gem agnostic_slugs from Lasse Ebert.

Installation

cd your-project-directory
ember install pro-slugs

Usage

import slug from 'pro-slugs';

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