# ucfirst

> uppercase first character of a string

Latest version **1.0.0** (published 2015-07-09) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2015-07-09 |
| First published | 2014-03-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Maintainers | deathcap |
| Keywords | ucfirst, uppercase, characters, text |

## Links

- npm: https://www.npmjs.com/package/ucfirst
- Repository: git@github.com:deathcap/ucfirst
- Homepage: https://github.com/deathcap/ucfirst
- Issues: https://github.com/deathcap/ucfirst/issues
- npm.io page: https://npm.io/package/ucfirst

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

- 1.0.0 (latest) — 2015-07-09
- 0.0.1 — 2014-03-10

## README

# ucfirst

Uppercase the first character of a string

[![Build Status](https://travis-ci.org/deathcap/ucfirst.svg?branch=master)](https://travis-ci.org/deathcap/ucfirst)

    var ucfirst = require('ucfirst');

    ucfirst('hello'); // 'Hello'

## License

MIT

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