hump
convert a string(like: hello-world) to camel-cased string(to: helloWorld)
convert a string(like: hello-world) to camel-cased string(to: helloWorld)
mount the directory into an alias
My tool kit
JavaScript variable naming transformation
JavaScript variable naming transformation
Convert all key names of object or all key names of all the objects in the array from underline format to camel hump format. Or convert its from camel hump format to underline format. Support running in JavaScript or TypeScript in the commonJS or es6 mod