npm.io
16.0.13 • Published 1 year ago

@rxap/slugify

Licence
GPL-3.0-or-later
Version
16.0.13
Deps
2
Size
86 kB
Vulns
0
Weekly
0

A utility for creating slugified strings from input strings. It provides options for customizing the replacement character, removing unwanted characters, lowercasing, strict mode, locale-specific replacements, and adding a random suffix. The package includes a class and a function for easy use.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

Add the package to your workspace:

yarn add @rxap/slugify

Execute the init generator:

yarn nx g @rxap/slugify:init

Generators

init

Initialize the package in the workspace

nx g @rxap/slugify:init

Keywords