Skip to content

kszongic/title2pascal-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@kszongic/title2pascal-cli

npm version license

Convert Title Case strings to PascalCase from the command line. Zero dependencies.

Install

npm install -g @kszongic/title2pascal-cli

Usage

# Arguments
title2pascal "Hello World"
# → HelloWorld

title2pascal "my cool function" "another string"
# → MyCoolFunction
# → AnotherString

# Pipe / stdin
echo "some-kebab-case" | title2pascal
# → SomeKebabCase

echo "under_score_case" | title2pascal
# → UnderScoreCase

Options

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

License

MIT © 2026 kszongic

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors