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.12k stars 197 forks source link

Add setup.py so that codemod can be installed as a pip module #11

Closed beyang closed 11 years ago

beyang commented 11 years ago

Streamlines use by allowing people to install codemod by doing pip install git+https://github.com/facebook/codemod.git.

Then, codemod.py will be automatically included in their PATH (assuming their python bin is on their PATH).