ExQuality.Init.ToolSetup (ExQuality v0.5.0)

View Source

Runs tool-specific setup commands after dependencies are installed.

Each tool may have initialization requirements like generating config files or running setup tasks. This module handles those tool-specific steps.

Summary

Functions

Sets up all tools in the list.

Functions

setup_all(tools)

@spec setup_all([atom()]) :: :ok

Sets up all tools in the list.

Runs setup commands sequentially (not parallel, as they may conflict). Continues with remaining tools even if one fails.