README
Find and replace
Find and replace any term in all files of all subdirectories. The easy way
Install
You can use this tool with npx directly: npx xfr
but you can also install it:
npm i -g xfr
Usage
xfr <dir> <find-term> <replace-term>
Find and replace a term in all files of a directory
<script type="module">
import xfr from 'https://cdn.skypack.dev/xfr';
</script>
Find and replace any term in all files of all subdirectories. The easy way
You can use this tool with npx directly: npx xfr
but you can also install it:
npm i -g xfr
xfr <dir> <find-term> <replace-term>