aashahin / slugify-creator

Create slug from string with big o o(n)

Repository from Github https://github.comaashahin/slugify-creatorRepository from Github https://github.comaashahin/slugify-creator

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

About

Create slug from string with big o o(n)


Languages

Language:JavaScript 55.7%Language:TypeScript 44.3%