https://github.com/alpaylan/snake_tocamel
snake_toCamel is a minimal python script that allows easy conversion of snake_case files to camelCase files.
https://github.com/alpaylan/snake_tocamel
Last synced: about 2 months ago
JSON representation
snake_toCamel is a minimal python script that allows easy conversion of snake_case files to camelCase files.
- Host: GitHub
- URL: https://github.com/alpaylan/snake_tocamel
- Owner: alpaylan
- Created: 2020-10-04T10:28:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-04T10:28:39.000Z (over 4 years ago)
- Last Synced: 2025-01-30T01:41:53.138Z (4 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snake_toCamel
snake_toCamel is a minimal python script that allows easy conversion of snake_case files to camelCase files.
An example case is demonstrated in run.py where snake_toCamel.py file is converted to snakeToCamel.py
To run, all needed is:
python snake_toCamel.py myfile.py