ExQuality.Init.ToolSetup (ExQuality v0.5.0)
View SourceRuns 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
@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.