Convert camelCase strings to Title Case from the command line. Zero dependencies.
npm install -g @kszongic/camel2title-cli# Arguments
camel2title helloWorld
# Hello World
camel2title getElementById myHTTPClient
# Get Element By Id
# My HTTP Client
# Stdin
echo "camelCaseString" | camel2title
# Camel Case String| Flag | Description |
|---|---|
-h, --help |
Show help |
-v, --version |
Show version |
MIT © kszongic