1.0.1 • Published 5 years ago

simple-slugify-string v1.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

simple-slugify-string

Build Status

Install

With NPM:
npm i --save simple-slugify-string

With Yarn:
yarn add simple-slugify-string

Usage

import { slugify } from 'simple-slugify-string';
// or `var slugify = require('simple-slugify-string').slugify;`

var slug = slugify('Star Wars: Episode VIII - The Last Jedi'); // result will be 'star_wars_episode_viii_the_last_jedi'