Skip to content

apiwitp2070/conventor

Repository files navigation

Conventor

Conventor is a simple and efficient tool for converting one or more text between different variable naming conventions.

Features

  • Supports Following Naming Conventions:
    • Auto
    • kebab-case
    • camelCase
    • PascalCase
    • snake_case
    • SCREAMING_SNAKE_CASE
    • dot.case
  • Real-time updates as you type.
  • Convert multiple words at once. One line per name.

Auto convert will replace all non-alphabet letter with desired outout convention, while the others will converting based on separator related to input type while leave other symbol as is.

Installation (For Developers)

If you want to run Conventor locally, follow these steps:

# Clone this repository
git clone https://github.com/apiwitp2070/conventor.git
cd conventor

# Install dependencies
bun install

# Start the development server
bun dev

Usage

  1. Choose the desired case format.
  2. Enter the text you want to convert.
  3. Copy converted result from copy button.
  4. You can swap input and output convention type anytime.

License

MIT License.

About

Convert your variable name to your desired naming convention. Build with React Typescript and Shadcn.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors