Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@kszongic/kebab2pascal-cli

npm version license

Convert kebab-case strings to PascalCase from the command line. Zero dependencies.

Install

npm install -g @kszongic/kebab2pascal-cli

Usage

# Arguments
kebab2pascal hello-world
# HelloWorld

kebab2pascal my-component-name another-string
# MyComponentName
# AnotherString

# Pipe from stdin
echo "my-cool-widget" | kebab2pascal
# MyCoolWidget

# Multiple lines via stdin
printf "foo-bar\nbaz-qux" | kebab2pascal
# FooBar
# BazQux

Options

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

Why?

Handy for renaming components, generating class names, or batch-converting identifiers in shell scripts.

License

MIT © 2026 kszongic

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages