Home

Awesome

Meteor Slugify

Remove all special characters from a string meteor packaging.

##Install

$ meteor add yasaricli:slugify

##Usage

slugify('some string'); // returns some-string
slugify('some string', '_'); // if you prefer something else then '-' as seperator