API Reference Treeprit v0.1.0

Modules

Treeprit will help you organize functions that need to run sequentially. A great example is the common seed.exs in Ecto projects.

This module will help compiling your scripts. Invoke the load_scripts/1 inside your main script file. This function takes the folder path as the first argument and as result will load all scripts from that folder. That way your .exs file is ready to run all modules declared in that folder.