Skip to content

michaelrhodes/casey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

casey

character case transforms

ci

install

npm install https://pkg.mkr.sx/casey/1.0.0.tgz

use

var casey = require('casey')

casey.camel('the quick brown fox jumps over the IBM computer')
> 'theQuickBrownFoxJumpsOverTheIBMComputer'

casey.kebab('the quick brown fox jumps over the IBM computer')
> 'the-quick-brown-fox-jumps-over-the-ibm-computer'

casey.pascal('the quick brown fox jumps over the IBM computer')
> 'TheQuickBrownFoxJumpsOverTheIBMComputer'

casey.snake('the quick brown fox jumps over the IBM computer')
> 'the_quick_brown_fox_jumps_over_the_ibm_computer'

obey

CC0-1.0

About

character case transforms (232 B)

Resources

Stars

Watchers

Forks