You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2021. It is now read-only.
Is it possible to add an option to ignore binary files automatically rather than exiting?
For example,
codemod --ignore-binary foo bar
Currently, the only way to avoid stopping replacement at binary files is to specify all file extensions known to be text files although it's a kind of tedious. For example, I often do this:
codemod --extension ts,md,js,tsx,jsx,txt,json foo bar