Skip to content

CLI tool for converting variable names between naming conventions (camelCase, snake_case, kebab-case, PascalCase)

License

Notifications You must be signed in to change notification settings

KurtWeston/var-case

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

var-case

A fast CLI tool for converting variable names between naming conventions.

Description

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.

Features

  • 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

Installation

About

CLI tool for converting variable names between naming conventions (camelCase, snake_case, kebab-case, PascalCase)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages