Convert a phrase into code-friendly names
Different projects use different naming conventions. This tool helps switch between them quickly.
Input
quick tool flow
Output
camelCase: quickToolFlow
PascalCase: QuickToolFlow
snake_case: quick_tool_flow
kebab-case: quick-tool-flow