# just-capitalize

> capitalize the first character of a string

Latest version **3.2.0** (published 2022-12-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install just-capitalize
pnpm add just-capitalize
yarn add just-capitalize
bun add just-capitalize
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.2.0 |
| Published | 2022-12-17 |
| First published | 2019-03-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 4.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6201 |
| Author | Antony Jones |
| Maintainers | angus-c |
| Keywords | capitalize, string, no-dependencies, just |

## Links

- npm: https://www.npmjs.com/package/just-capitalize
- Repository: https://github.com/angus-c/just
- Homepage: https://github.com/angus-c/just#readme
- Issues: https://github.com/angus-c/just/issues
- npm.io page: https://npm.io/package/just-capitalize

## 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.2.0 (latest) — 2022-12-17
- 3.1.1 — 2022-08-08
- 3.1.0 — 2022-08-07
- 3.0.1 — 2021-11-13
- 3.0.0 — 2021-11-09
- 2.2.1 — 2021-11-01
- 2.2.0 — 2021-10-31
- 2.1.0 — 2021-10-30
- 2.0.0 — 2021-10-22
- 1.0.1 — 2020-09-11
- 1.0.0 — 2019-03-12

## README

<!-- DO NOT EDIT THIS FILE! THIS FILE WAS AUTOGENERATED BY TEMPLATE-MATE -->
<!-- SEE https://github.com/angus-c/just/blob/master/CONTRIBUTING.md#readme-template -->

## just-capitalize

Part of a [library](https://anguscroll.com/just) of zero-dependency npm modules that do just do one thing.
Guilt-free utilities for every occasion.

[`🍦 Try it`](https://anguscroll.com/just/just-capitalize)

```shell
npm install just-capitalize
```
```shell
yarn add just-capitalize
```

Capitalize the first character of a string

```js
  import capitalize from 'just-capitalize';

/*
  capitalize('capitals'); // 'Capitals'
  capitalize('Capitals'); // 'Capitals'
  capitalize('many words'); // 'Many words'
  capitalize('!exclaim'); // '!exclaim'
*/
```

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