1.0.3 • Published 4 months ago

@codinasion/string-to-kebab-case v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

@codinasion/string-to-kebab-case

Converts a string to kebab case.

NPM Version Downloads LICENSE

Installation

# if you're using pnpm
pnpm add @codinasion/string-to-kebab-case

# or, if you're using npm
npm install @codinasion/string-to-kebab-case

# or, if you're using yarn
yarn add @codinasion/string-to-kebab-case

Usage

import { StringToKebabCase } from "@codinasion/string-to-kebab-case";

const string = "hello world";
console.log(StringToKebabCase(string));

// Output
// hello-world

Sponsors & Backers

Sponsors

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

5 months ago

1.0.0

5 months ago