Skip to main content

Case Style Changer - a CLI.

Project description

Case Style Changer

GitHub Workflow Status codecov Code Climate License

PyPi

Case Style Changer is a CLI tool that guesses the case of the input string and converts it to another case.

Installation

pip install case-style-changer

Usage

$ csc [--text TEXT] CASE_NAME

CASE_NAME is the name of the case you want to convert.

Examples

You can use standard input or arguments.

$ echo "case-style-changer" | csc camel_case
caseStyleChanger
$ csc snake_case --text "caseStyleChanger"
case_style_changer

Available case style

Case Name Example
camel_case caseStyleChanger
pascal_case CaseStyleChanger
snake_case case_style_changer
constant_case CASE_STYLE_CHANGER
kebab_case case-style-changer

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

case-style-changer-0.1.0.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

case_style_changer-0.1.0-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page