View Source ExFactor (ExFactor v0.4.1)

ExFactor is a refactoring helper.

By identifying a source module, function name, and arity, it will identify all non-test usages and extract them to the target module.

If the target module exists, it adds the function to the end of the file and changes all calls to the new module namespace. Otherwise ExFactor will create the target module at the target_path or at a (resonably) expected location by the module namespace

Link to this section Summary

Functions

Call Extractor, Remover, and Formatter modules

Link to this section Functions

Call Extractor, Remover, and Formatter modules