gkz / grasp

JavaScript structural search, replace, and refactor
http://graspjs.com
MIT License
1.28k stars 33 forks source link

--exclude switch added #98

Closed adros closed 7 years ago

adros commented 7 years ago

closes #97

exclude switch is now availible to define patterns to exclude some files when recursively searching folders (minimatch module is used to match patterns against files)

gkz commented 7 years ago

Great, thanks!