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

Split up this monolithic file in to a set of modules #64

Closed rochacbruno closed 6 years ago

rochacbruno commented 8 years ago

With the merging of #63 it is possible to split the base.py in to a set of modules separating utils, funcions and classes, leaving only the main cli and its arguments in base.py which could be renamed to cli.py or main.py