mix pollard.gen (pollard v0.1.0)

Copy Markdown View Source

Generates a new data transform.

$ mix pollard.gen name_of_transform

The generated file will be placed in priv/repo/transforms/ with a timestamp prefix for ordering.

Options

  • --repo - The repo module. Defaults to the app's main repo.