# upper-case-first

> Transforms the string with the first character in upper cased

Latest version **3.0.0** (published 2023-09-30) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install upper-case-first
pnpm add upper-case-first
yarn add upper-case-first
bun add upper-case-first
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 3.0.0 |
| Published | 2023-09-30 |
| First published | 2014-04-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | separate (@types/upper-case-first) |
| Module format | ESM |
| Dependencies | 0 |
| Unpacked size | 2.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2406 |
| Author | Blake Embrey |
| Maintainers | blakeembrey |
| Keywords | upper, case, first, capitalize, convert, transform |

## Links

- npm: https://www.npmjs.com/package/upper-case-first
- Repository: https://github.com/blakeembrey/change-case
- Homepage: https://github.com/blakeembrey/change-case/tree/master/packages/upper-case-first#readme
- Issues: https://github.com/blakeembrey/change-case/issues
- npm.io page: https://npm.io/package/upper-case-first

## 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

- 3.0.0 (latest) — 2023-09-30
- 2.0.2 — 2020-12-02
- 2.0.1 — 2019-12-06
- 2.0.0 — 2019-12-01
- 1.1.2 — 2015-12-16
- 1.1.1 — 2015-03-29
- 1.1.0 — 2015-01-12
- 1.0.1 — 2014-08-17
- 1.0.0 — 2014-08-17
- 0.0.1 — 2014-04-25

## README

# Upper Case First

> Transforms the string with the first character in upper cased.

## Installation

```
npm install upper-case-first --save
```

## Usage

```js
import { upperCaseFirst } from "upper-case-first";

upperCaseFirst("test"); //=> "Test"
```

## License

MIT

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