A fast CLI tool for converting variable names between naming conventions.
var-case converts variable names between camelCase, PascalCase, snake_case, kebab-case, SCREAMING_SNAKE_CASE, and dot.case. Perfect for refactoring code, working across languages, or standardizing naming conventions in your projects.
- Convert between 6 popular naming conventions
- Auto-detect source case style
- Batch processing for multiple variables
- Pipeline-friendly stdin/stdout interface
- Intelligent acronym handling (HTTPSConnection -> https_connection)
- Colorized output for better readability
- Zero configuration required