1.0.0 • Published 2 years ago
slug-pixy v1.0.0
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
1.0.0
2 years ago