1.1.2 • Published 7 years ago

slug-creator v1.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

slug-creator

Requirements

Node.js v4.2.1 or greater

Use

Installation

npm install slug-creator

Init object and get slug

import SlugCreator from 'slug-creator'

let creator = new SlugCreator();

let slug = creator.getSlug('Example string with polish characters like ą ę');
// slug equals 'example-string-with-polish-characters-like-a-e'

Run unit tests

npm run test
1.1.2

7 years ago

1.1.1

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

8 years ago