Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/abranhe/capitalize-first-letters

Capizalize first lettes of a sentence
https://github.com/abranhe/capitalize-first-letters

capitalize javascript string truncate

Last synced: 8 days ago
JSON representation

Capizalize first lettes of a sentence

Awesome Lists containing this project

README

        

# capitalize-first-letters [![Build Status](https://travis-ci.com/abranhe/capitalize-first-letters.svg?branch=master)](https://travis-ci.com/abranhe/capitalize-first-letters)

> Capizalize first lettes of a sentence

## Install

```
$ npm install capitalize-first-letters
```

## Usage

```js
const capitalizeFirstLetters = require('capitalize-first-letters');

capitalizeFirstLetters('hello world');
// => 'Hello World'
```

## API

### capitalizeFirstLetters(input)

#### input

Type: `string`

## Related

- [transform-string](https://github.com/abranhe/transform-string): Transform any string using properties CSS like

## License

MIT © [Abraham Hernandez](https://abranhe.com)