Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

snake2pascal-cli

npm version license

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

Install

npm install -g @kszongic/snake2pascal-cli

Usage

# As arguments
snake2pascal hello_world
# HelloWorld

snake2pascal user_first_name another_example
# UserFirstName
# AnotherExample

# Via stdin
echo "my_variable_name" | snake2pascal
# MyVariableName

# Pipe multiple lines
printf "foo_bar\nbaz_qux\n" | snake2pascal
# FooBar
# BazQux

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