Skip to content

getlackey/make-title

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Creates a title from a camelCase string

Resources

License

Stars

Watchers

Forks

Packages

No packages published