gkhan205 / slugifyme

A light weight library to create slugs with ease. Compatible with Browser and Node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slugifyme

A light weight library to create slugs with ease. Compatible with Browser and Node

Usage

import { slugifyme } from "slugifyme";

slugifyme("Create a Slug for me.");
// returns `create-a-slug-for-me`
const slugifyme = require("slugifyme");

slugifyme.slugifyme("Create a Slug for me.");
// returns `create-a-slug-for-me`

Demo

Browser Demo (JS, React, Angular, Vue, etc)
Edit slugifyme-browser-demo

NodeJS Demo
Edit slugifyme-node-demo


Author

About

A light weight library to create slugs with ease. Compatible with Browser and Node

License:MIT License


Languages

Language:JavaScript 100.0%