renamecss

Crates.iorenamecss
lib.rsrenamecss
version1.0.0
sourcesrc
created_at2023-03-31 14:54:49.623745
updated_at2023-03-31 14:54:49.623745
descriptionA tool to rename css class names in directory and subdirectories
homepagehttps://github.com/RSDoo/renamecss
repositoryhttps://github.com/RSDoo/renamecss
max_upload_size
id826502
size13,101
RSD (RSDoo)

documentation

README

rename_css

Recursively renames all css class names in all files with the specified file extension (css by default) in the root path and subdirectories.

Usage

rename_css thisClassName newClassName ./yourProject

For scss

rename_css thisClassName newClassName ./yourProject -f scss
Commit count: 2

cargo fmt