# uhyphen

> A micro utility to hyphenize strings

Latest version **0.2.0** (published 2022-11-13) · ISC license · 0 weekly downloads

## Install

```sh
npm install uhyphen
pnpm add uhyphen
yarn add uhyphen
bun add uhyphen
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2022-11-13 |
| First published | 2020-03-24 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Author | Andrea Giammarchi |
| Maintainers | webreflection |
| Keywords | camel, snake, hyphen, cases, transformer |

## Links

- npm: https://www.npmjs.com/package/uhyphen
- Repository: https://github.com/WebReflection/uhyphen
- Homepage: https://github.com/WebReflection/uhyphen#readme
- Issues: https://github.com/WebReflection/uhyphen/issues
- npm.io page: https://npm.io/package/uhyphen

## Alternatives

- [@mce/gif](https://npm.io/package/@mce/gif.md) — 2.6K weekly downloads
- [cleanse](https://npm.io/package/cleanse.md) — 173 weekly downloads
- [str](https://npm.io/package/str.md) — 127 weekly downloads
- [naming](https://npm.io/package/naming.md) — 95 weekly downloads
- [tap-telco-api](https://npm.io/package/tap-telco-api.md) — 19 weekly downloads

## Recent versions

- 0.2.0 (latest) — 2022-11-13
- 0.1.0 — 2020-03-24
- 0.0.0 — 2020-03-24

## README

# <em>µ</em>hyphen

[![Build Status](https://travis-ci.com/WebReflection/uhyphen.svg?branch=master)](https://travis-ci.com/WebReflection/uhyphen) [![Coverage Status](https://coveralls.io/repos/github/WebReflection/uhyphen/badge.svg?branch=master)](https://coveralls.io/github/WebReflection/uhyphen?branch=master)

A <em>micro</em> utility to hyphenize strings.

```js
import uhyphen from 'uhyphen';
// const uhyphen = require('uhyphen');

uhyphen('XMLHttpRequest');
// xml-http-request
```

---
_Source: https://npm.io/package/uhyphen · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
