strslug
v1.0.1
Published
Convert a string to slug
Downloads
718
Readme
strslug
Easily convert an string of slugs.
Installation
npm install strslug
// yarn add strslug
// pnpm add strslug
// bun add strslug
Usage
import { toSlug } from 'strslug';
toSlug('Awesome Slug Generator');
//=> 'awesome-slug-generator'
Related Project:
UserTimeline – Track and visualize a user’s journey through your SaaS and websites.