0.0.28 • Published 2 years ago

@u7/camel v0.0.28

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@u7/camel

安装

推荐用 @antfu/ni

ni -D @u7/camel

使用

→ test/index.coffee

#!/usr/bin/env coffee

import camel from '@u7/camel'

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

输出

→ out.txt

str_li → strLi
str2li → str2li
i18n → i18n
iI18n → iI18n
test-db → testDb
User → User
LIB_INDEX → LIB_INDEX
0.0.28

2 years ago

0.0.27

2 years ago

0.0.26

2 years ago

0.0.25

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago