Conventor is a simple and efficient tool for converting one or more text between different variable naming conventions.
- 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.
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.