Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@kszongic/camel2title-cli

npm version license

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

Install

npm install -g @kszongic/camel2title-cli

Usage

# Arguments
camel2title helloWorld
# Hello World

camel2title getElementById myHTTPClient
# Get Element By Id
# My HTTP Client

# Stdin
echo "camelCaseString" | camel2title
# Camel Case String

Options

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

License

MIT © kszongic

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages