Coverts a camelCase string into an human readable title.
This module is part of the Lackey framework that is used to build the Lackey CMS amongst other projects.
var makeTitle = require('lackey-make-title'),
title = makeTitle('myTitle');
returns:
My Title