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
- Host: GitHub
- URL: https://github.com/andrepolischuk/capitalize-word
- Owner: andrepolischuk
- License: mit
- Created: 2015-09-17T12:47:26.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T09:18:43.000Z (about 9 years ago)
- Last Synced: 2025-02-04T05:33:29.950Z (over 1 year ago)
- Topics: capitalize, textr, textr-plugins, typography
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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