0.1.0 • Published 4 years ago

@freddieridell/kebab-case v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

@freddieridell/kebab-case

A stripped down, minimal kebab-case parser, to deal with 90% of programmatic conversion usage

Usage

import keb from "@freddieridell/kebab-case"
console.log(keb("foo Bar Baz"));

This is a small utility designed for converting strings to kebab. It is designed for programmatic usage, like re-shaping APIs from camelCase to kebab-case. It is not designed for handling user input, please use a more featureful library like lodash.kebabcase for that much more challenging problem :)

0.1.0

4 years ago

0.0.2

5 years ago

0.0.1

5 years ago