14.0.2 • Published 3 years ago
@rxap/slugify
Licence
MIT
Version
14.0.2
Deps
2
Size
67 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