Skip to content

feat: supportting other name convention for output classes files#75

Open
withxat wants to merge 6 commits into
kimjbstar:mainfrom
withxat:feature/add-name-conventions
Open

feat: supportting other name convention for output classes files#75
withxat wants to merge 6 commits into
kimjbstar:mainfrom
withxat:feature/add-name-conventions

Conversation

@withxat
Copy link
Copy Markdown

@withxat withxat commented Mar 20, 2025

This PR adds support for configuring the naming convention used for generated class files. Currently, only snake_case is supported. This change introduces support for the following naming conventions:

  • camelCase: modalName
  • PascalCase: ModalName
  • kebab-case: modal-name
  • snake_case: modal_name (existing behavior)

I noticed that the pascalCase from change-case package was already imported but not being utilized for this purpose. I had a need for these additional naming conventions, so I implemented them. This enhancement provides more flexibility for users who prefer different naming styles in their projects.

Types of changes

  • Bug fix
  • New feature
  • Breaking change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant