slug-pixy
v1.0.0
Published
A simple package for generating a slug from a string
Downloads
5
Maintainers
Readme
slug-pixy - Create slug from text
simple slug generator for nodejs
Install
npm i slug-pixy
Usage
const sluger = require("slug-pixy")
sluger("hello world 123")
// return hello-world-123