1.0.0 • Published 6 years ago

just-slugify v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Just Slugify

npm

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-slugified

ES6 modules

import slugify from 'just-slugify'

slugify("Some string that needs to be slugified")
// some-string-that-needs-to-be-slugified

License

MIT License @ Gabriel Godoy