@kldit/util-slugify

1.0.2 • Public • Published

util-first-char-case

Install

npm i --save @kldit/util-slugify

Usage

Load at the begining of your application.

require("@kldit/util-slugify");

Run at any where of your code.

"Teste plutôt good nicht".slugify() // "teste-plutot-good-nicht"
"TESTE".firstCharToLowerCase() // "teste"

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @kldit/util-slugify

    Weekly Downloads

    0

    Version

    1.0.2

    License

    Apache-2.0

    Unpacked Size

    13 kB

    Total Files

    5

    Last publish

    Collaborators

    • orlleite