string-slugify

0.5.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i string-slugify

Weekly Downloads

1

Version

0.5.1

License

MIT

Last publish

Collaborators

  • alexeyraspopov