/make-title

Creates a title from a camelCase string

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Lackey options parser

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.

Usage

var makeTitle = require('lackey-make-title'),
    title = makeTitle('myTitle');

returns:

My Title