API Reference ExFactor v0.4.1

modules

Modules

ExFactor is a refactoring helper.

Documentation for ExFactor.Callers.

ExFactor.Changer find all references to the old (source) Mod.function/arity and update the calls to use the new (target) Mod.function/arity.

ExFactor.Extractor finds the targetd function and places it in a different module.

ExFactor.Formatter Format a list of files

ExFactor.Parser we're making some assumptions that you're using this library within the context of a Mix app and that every file contains one or more defmodule blocks.

ExFactor.Remover Remove the indicated function and its spec from it's original file.

mix-tasks

Mix Tasks

ExFactor is a refactoring helper.