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