1.0.0 • Published 3 years ago
slug-pixy v1.0.0
slug-pixy - Create slug from text
simple slug generator for nodejs
Install
npm i slug-pixyUsage
const sluger = require("slug-pixy")
sluger("hello world 123")
// return hello-world-1231.0.0
3 years ago