# uppercase-first

> Upper Case First Character Of A String.

Latest version **1.0.1** (published 2017-09-25) · MIT license · 0 weekly downloads

## Install

```sh
npm install uppercase-first
pnpm add uppercase-first
yarn add uppercase-first
bun add uppercase-first
```

## 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.1 |
| Published | 2017-09-25 |
| First published | 2017-09-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Prosen Ghosh |
| Maintainers | prosen-ghosh |
| Keywords | String, Uppercase First, First, character, ucFirst |

## Links

- npm: https://www.npmjs.com/package/uppercase-first
- Repository: https://github.com/Prosen-Ghosh/uppercase-first
- Homepage: https://github.com/Prosen-Ghosh/uppercase-first#readme
- Issues: https://github.com/Prosen-Ghosh/uppercase-first/issues
- npm.io page: https://npm.io/package/uppercase-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

- 1.0.1 (latest) — 2017-09-25
- 1.0.0 — 2017-09-25

## README

# uppercase-first
Upper Case First Character Of A String.

![npm](https://img.shields.io/npm/v/uppercase-first.svg) ![license](https://img.shields.io/npm/l/uppercase-first.svg) ![github-issues](https://img.shields.io/github/issues/Prosen-Ghosh/uppercase-first.svg)


![nodei.co](https://nodei.co/npm/uppercase-first.png?downloads=true&downloadRank=true&stars=true)

![travis-status](https://img.shields.io/travis/Prosen-Ghosh/uppercase-first.svg)
![stars](https://img.shields.io/github/stars/Prosen-Ghosh/uppercase-first.svg)
![forks](https://img.shields.io/github/forks/Prosen-Ghosh/uppercase-first.svg)

## Features


## npm Install

`npm install --save uppercase-first`

## Browser Script Tag

**For Production Use**
```js
<script src="https://cdn.rawgit.com/Prosen-Ghosh/uppercase-first/3949a9f3/uppercase-first.js"></script>
```
**For Development Use**

```js
<script src="https://rawgit.com/Prosen-Ghosh/uppercase-first/master/uppercase-first.js"></script>
```

## Development Dependencies

Package | Version | Dev
--- |:---:|:---:
[chai](https://www.npmjs.com/package/chai) | ^4.1.2 | ✔
[mocha](https://www.npmjs.com/package/mocha) | ^3.5.3 | ✔
[node-readme](https://www.npmjs.com/package/node-readme) | ^0.1.9 | ✔

## Usage

 - **[`ucFirst(string)`]()**

```js
const ucFirst = require('uppercase-first');

ucFirst('a a')
//=> 'A a'

ucFirst(' abc')
//=> 'Abc'

ucFirst(); // return empty string
//=> ''
```


## Author

Prosen Ghosh <prosenghosh25@gmail.com>

## License

 - **MIT**

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