Skip to content

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

License

Notifications You must be signed in to change notification settings

gkhan205/slugifyme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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