Conventor is a simple and efficient tool for converting one or more text between different variable naming conventions.
- 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.
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
- Choose the desired case format.
- Enter the text you want to convert.
- Copy converted result from copy button.
- You can swap input and output convention type anytime.
MIT License.