luciferous-case-converter-1.1.1 is not a library.
Luciferous Case Converter
Luciferous Case Converter is a CLI tool built in Rust that transforms text between different case styles such as snake_case, camelCase, PascalCase, and more.
Features
- Convert text to any of these formats:
- snake_case
- UPPER_SNAKE_CASE
- camelCase
- PascalCase
- kebab-case
- Accept input from command-line arguments or stdin (pipes)
- Cross-platform compatibility (Windows, macOS, Linux)
Installation
From crates.io
From Source
- Clone the repository
- Build the project:
- The binary will be available at
target/release/case-converter
Usage
Command-line Arguments
# Convert to snake_case
# Convert to kebab-case
Piped Input
|
Version Information
Available Case Options
-c, --case <case>: Specify the target case (required unless using -v/--version)snake_case(alias:snake)UPPER_SNAKE_CASE(aliases:upper_snake,upper-snake)camelCase(alias:camel)PascalCase(alias:pascal)kebab-case(alias:kebab)
Help
For more information, use the help option: