Skip to content

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

License

Notifications You must be signed in to change notification settings

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:
    • 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.

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

Watchers

Forks

Releases

No releases published

Packages

No packages published