Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/component/humanize
Humanize a string
https://github.com/component/humanize
Last synced: 13 days ago
JSON representation
Humanize a string
- Host: GitHub
- URL: https://github.com/component/humanize
- Owner: component
- Created: 2012-09-14T18:31:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-06-26T22:40:28.000Z (over 11 years ago)
- Last Synced: 2024-05-08T17:11:45.188Z (8 months ago)
- Language: JavaScript
- Size: 95.7 KB
- Stars: 6
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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