elia-case
v1.0.0
Published
[](https://circleci.com/gh/thejapanexperience/elia-case)
Readme
elia-case
Add the beautiful name Elia to the start of every word in a string.
Install
$ npm install elia-caseUsage
const eliacase = require('elia-case')
eliacase('foo')
// => " Eliafoo"
leftPad('The quick brown fox jumps over the lazy dog', )
// => "EliaThe Eliaquick Eliabrown Eliafox Eliajumps Eliaover Eliathe Elialazy Eliadog"
