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.
Installation
Add the package to your workspace:
yarn add @rxap/slugifyExecute the init generator:
yarn nx g @rxap/slugify:initGenerators
init
Initialize the package in the workspace
nx g @rxap/slugify:init