Mod Dependencies

Flowpipe mods may depend on other mods, allowing you to quickly and easily extend them with additional features and functionality. You can add, remove, and update your dependencies with the flowpipe mod command.

To add a dependency, run flowpipe mod install from the root directory of your mod, specifying the path to the mod's Github repo:

This will install the mod into the .flowpipe sub-directory, and will add the dependency to your mod.fp file:

You can then create new .fp files in your mod that reference the resources in the dependency mods. You can use a pipeline step to run a pipeline in the dependency mod:

You can run also run a pipeline from a direct dependency from the command line. Since the pipeline is in a dependency mod, you have to qualify the pipeline reference with the mod name: