1.0.0 • Published 8 years ago
just-slugify v1.0.0
Just Slugify
Commands
npm run lint to run eslint
npm run test:watch To run tests in watch mode
Usage
Node
const slugify = require('just-slugify')
slugify("Some string that needs to be slugified")
// some-string-that-needs-to-be-slugifiedES6 modules
import slugify from 'just-slugify'
slugify("Some string that needs to be slugified")
// some-string-that-needs-to-be-slugifiedLicense
1.0.0
8 years ago