1.0.1 • Published 7 years ago

readable-name v1.0.1

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

readable-name Build Status Coverage Status Dependency Status XO code style

Turn strings into readable names

"personFirstName" becomes "Person First Name"

Handles weird characters, different casings, most of what you can throw at it

Install

npm install --save readable-name

Usage

const readableName = require('readableName');

let readable = readableName('someConcatenatedTitle');

console.log(readable);
// Some Concatenated Title

License

ISC