@playpickup/sluggy
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

Sluggy 🐌

semantic-release NPM npm Snyk Vulnerabilities for npm package npm bundle size Test & Build

A small but helpful JS package that removes common stop words and slugifies a string

💾 Installation

yarn add @playpickup/sluggy

# or with NPM

npm install --save @playpickup/sluggy

👩🏽‍💻 Usage

import makeSlug from @playpickup/sluggy;

const string = "Will Clayton Kershaw win MVP again?";
const slug = makeSlug(string); // will-clayton-kershaw-win-mvp

Brought to you by the fine folks at PickUp // Questions? Issues? Feel free to open a ticket

Readme

Keywords

Package Sidebar

Install

npm i @playpickup/sluggy

Weekly Downloads

2

Version

2.1.0

License

MIT

Unpacked Size

23.2 kB

Total Files

25

Last publish

Collaborators

  • eric_weber
  • chudsonpickup
  • wliederer
  • youbet
  • jimplaypickup