Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 221 Bytes

ReadMe.md

File metadata and controls

22 lines (13 loc) · 221 Bytes

SlugIt

Another slug package. Seriously.

Synopsis

var slugit = require('slugit')

console.log(slugit('Hello, World!'))
// -> 'hello-world'

Author

Andrew Chilton.

License

ISC.

(Ends)