1.0.0 • Published 8 years ago

elia-case v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

elia-case

CircleCI

Add the beautiful name Elia to the start of every word in a string.

Install

$ npm install elia-case

Usage

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"