glob-file-replace
v1.0.5
Published
Replace files globally by name
Downloads
1
Readme
glob-file-replace
Replace files globally by name
Example: Replace all SVG images from the source directory ./tests/from
to the output directory ./tests/to
.
npm i glob-file-replace -g
glob-file-replace --from "./tests/from" --to "./tests/to" --ext "svg"