/find-replace

Replace each occurrence of input string with replacement string in a specified directory recursively

Primary LanguageTypeScriptMIT LicenseMIT

Find-replace

This is a demo package for fasterface.

It exports multiple functions that replace each occurrence of input string with replacement string in a specified directory recursively. The functions implement the same functionality in a different way, showcasing the progression from a simple recipe to a complex one with more features.