Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/component/humanize

Humanize a string
https://github.com/component/humanize

Last synced: 13 days ago
JSON representation

Humanize a string

Awesome Lists containing this project

README

        

# humanize

Humanize a string

## Installation

$ component install component/humanize

## Example

```js
var humanize = require('humanize');
humanize('maru-_the_cat.png');
// => "Maru the cat"
```

# License

MIT