camelify

Atom package to convert a string to camelCase.

Void Graphics

1,304

3

0.2.0

MIT

GitHub

Camelify for Atom

This tool will convert any string to camelCase.
It discards the most common special characters as well.
The keyboard shortcut is ctrl + alt + c

Examples:

Hello,  this,, is..... `^¨£$%§#camelify

will turn into

helloThisIsCamelify