0.5.1 • Published 10 years ago

string-slugify v0.5.1

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

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

0.5.1

10 years ago

0.5.0

10 years ago

0.4.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago