Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
/ camelizejs Public archive

[DEPRECATED]Converts strings to UpperCamelCase.

License

Notifications You must be signed in to change notification settings

gin0606/camelizejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

camelizejs Build Status

Converts strings to UpperCamelCase.

Installation

npm install --save camelizejs

Usage

import camelize from 'camelizejs'

camelize('hoge') # => "Hoge"
camelize('hoge_fuga') # => "HogeFuga"
camelize('hoge', false) # => "hoge"
camelize('hoge_fuga', false) # => "hogeFuga"

About

[DEPRECATED]Converts strings to UpperCamelCase.

Resources

License

Stars

Watchers

Forks

Packages

No packages published