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

fork in modone #76

Closed indigoviolet closed 8 years ago

indigoviolet commented 8 years ago

Hey codemod folks-

just wanted to bring to your notice https://github.com/indigoviolet/modone, which is a fork of codemod but delegates all the filesystem traversal and filtering to unix utilities. I think it's probably too large of a behavioral change to attempt to bring upstream (hence the fork), but wanted to point it out anyway.

modocache commented 8 years ago

Awesome, thanks! Looks like a great project. We could mention it in the codemod README as an alternative implementation. If you think codemod users would be interested, send a pull request to add a blurb to our README, which would ideally explain why and why not to use modone instead.

Thanks for the heads up! :)