Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@kszongic/pascal2camel-cli

npm version license

Convert PascalCase strings to camelCase from the command line. Zero dependencies.

Install

npm install -g @kszongic/pascal2camel-cli

Usage

# Single string
$ pascal2camel MyComponent
myComponent

# Multiple strings
$ pascal2camel GetUserName SetValue
getUserName
setValue

# From stdin
$ echo "FooBar" | pascal2camel
fooBar

Options

Flag Description
-h, --help Show help message
-v, --version Show version number

License

MIT © 2026 kszongic

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages