| Crates.io | renamecss |
| lib.rs | renamecss |
| version | 1.0.0 |
| created_at | 2023-03-31 14:54:49.623745+00 |
| updated_at | 2023-03-31 14:54:49.623745+00 |
| description | A tool to rename css class names in directory and subdirectories |
| homepage | https://github.com/RSDoo/renamecss |
| repository | https://github.com/RSDoo/renamecss |
| max_upload_size | |
| id | 826502 |
| size | 13,101 |
Recursively renames all css class names in all files with the specified file extension (css by default) in the root path and subdirectories.
rename_css thisClassName newClassName ./yourProject
For scss
rename_css thisClassName newClassName ./yourProject -f scss