0.0.6 • Published 2 years ago

slugify-creator v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Slugify-creator

Create slugs from strings.

npm

Installation

Use the package manager npm to install the package.

npm install slugify-creator

Usage

import slugify-creator from "slugify-creator";

const str = "Hello World أهلا بالعالم";

slugi(str); // hello-world-أهلا-بالعالم

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago