/Change-Style-Of-Naming

This program changes style of naming variables, functions and classes

Primary LanguageC++

Change style of naming

This program changes style of naming variables, functions and classes(for example PascalCase -> snake_case, snake_case -> camelCalse etc.)

How to work:

  1. Download project(git clone https://github.com/IlyaChvanov/change-style-of-naming.git)
  2. Run it
  3. Enter the directory path
  4. Enter the path of the file yuo want to change
  5. Enter what you whant to change
  6. Enter necessary style
  7. Enter the original style
  8. Enter if you want to change the existing file or create a new one
  9. Confirm your input

Examples

functions-command

functions-command