@w5/camel
v0.0.1
Published
[‼️]: ✏️README.mdt
Downloads
30
Readme
@w5/camel
#!/usr/bin/env coffee
import camel from '@w5/camel'
for i in 'index.htm str_li str2li i18n iI18n test-db User LIB_INDEX'.split(' ')
console.log "#{i} → #{camel i}"output :
index.htm → index.htm
str_li → strLi
str2li → str2li
i18n → i18n
iI18n → iI18n
test-db → testDb
User → User
LIB_INDEX → LIB_INDEX