string-slugify
v0.5.1
Published
Convert strings to slug
Downloads
13
Readme
string-slugify
Convert strings to slug
Install
$ npm install string-slugify
$ component install alexeyraspopov/string-slugify
$ bower install string-slugify
API
slugify(string, options);
Usage
slugify('Hello world'); // 'hello-world'
TODO
- sign replace (umlaut)
- research
- research: escape and unescape functions
License
MIT License (c) Alexey Raspopov