$ npm install humanize-component
Humanize a string
$ component install component/humanize
var humanize = require('humanize'); humanize('maru-_the_cat.png'); // => "Maru the cat"
MIT