An open API service indexing awesome lists of open source software.

https://github.com/andrepolischuk/capitalize-word

Capitalize each word
https://github.com/andrepolischuk/capitalize-word

capitalize textr textr-plugins typography

Last synced: 12 months ago
JSON representation

Capitalize each word

Awesome Lists containing this project

README

          

# capitalize-word [![Build Status][travis-image]][travis-url]

> Capitalize each word

## Install

```sh
npm install --save capitalize-word
```

## Usage

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

capitalize('hello world'); // Hello World
```

## API

### capitalize(input)

#### input

Type: `string`

Text for transform.

## License

MIT

[travis-url]: https://travis-ci.org/andrepolischuk/capitalize-word
[travis-image]: https://travis-ci.org/andrepolischuk/capitalize-word.svg?branch=master