Crates.io | fix-name-case |
lib.rs | fix-name-case |
version | 1.3.0 |
source | src |
created_at | 2023-05-26 05:08:40.057897 |
updated_at | 2024-09-30 08:11:28.061077 |
description | CLI tool to convert variable and function names to snake_case |
homepage | https://github.com/AgriConnect/FixNameCase |
repository | https://github.com/AgriConnect/FixNameCase |
max_upload_size | |
id | 874815 |
size | 66,070 |
Tool to convert variable and function names in C/C++ source code to snake_case
.
Hidden files and files listed in .gitignore are untouched.
Tested on Ubuntu 22.04+ and Windows 10.
$ cargo install fix-name-case
$ fix-name-case input_folder
Please install these softwares:
On Windows, please configure so that ctags
and ambr
commands can be called without a full path.