slugify-creator
v0.0.7
Published
Create slugs from strings.
Readme
Slugify-creator
Create slugs from strings.
Installation
Use the package manager npm to install the package.
npm install slugify-creatorUsage
import slugify from "slugify-creator";
const str = "Hello World أهلا بالعالم";
slugify(str); // hello-world-أهلا-بالعالمContributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
