facebookarchive / codemod

Codemod is a tool/library to assist you with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention. Codemod was developed at Facebook and released as open source.
Apache License 2.0
4.11k stars 198 forks source link

exclude filter #98

Open tonywoode opened 6 years ago

tonywoode commented 6 years ago

comma delimited list of directory and file globs to ignore a-la gitignore or ack would make this my number-one goto.

My example is I'm in JS currently, so I want to be able to exclude things like node-modules/, package-lock.json, build/