@3-/camel

0.0.3 • Public • Published

@3-/camel

test/main.coffee :

#!/usr/bin/env coffee

import camel from '@3-/camel'
import Camel from '@3-/camel/Camel'

for i in 'index.htm str_li str2li i18n iI18n test-db User LIB_INDEX'.split(' ')
  console.log "#{i}#{camel i}"
  console.log "#{i}#{Camel i}"

output :

index.htm → index.htm
index.htm → Index.htm
str_li → strLi
str_li → StrLi
str2li → str2li
str2li → Str2li
i18n → i18n
i18n → I18n
iI18n → iI18n
iI18n → II18n
test-db → testDb
test-db → TestDb
User → User
User → User
LIB_INDEX → LIB_INDEX
LIB_INDEX → LIB_INDEX

Readme

Keywords

none

Package Sidebar

Install

npm i @3-/camel

Weekly Downloads

50

Version

0.0.3

License

Apache-2.0

Unpacked Size

1.72 kB

Total Files

4

Last publish

Collaborators

  • i18n-now