npm.io
13.0.0-next.0 • Published 4 years ago

@rxap/slugify

Licence
MIT
Version
13.0.0-next.0
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.

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