1 repo
Mechanisms for modularizing project configurations by including and merging external files into a primary configuration.
Distinguishing note: Focuses on the composition and recursive loading of configuration files rather than general file system management.
Explore 1 awesome GitHub repository matching development tools & productivity · Configuration Import Systems. Refine with filters or upvote what's useful.
This project is a command-line task runner designed to manage project-specific workflows through a centralized, configuration-driven interface. It functions as a declarative tool for organizing build logic, environment variables, and task dependencies into a structured format, enabling the automation of complex development pipelines. The tool distinguishes itself by providing a shell-agnostic execution layer that ensures consistent behavior across Windows, macOS, and Linux. It supports advanced workflow orchestration by constructing directed acyclic graphs to manage task prerequisites, while
Task runner includes the contents of external configuration files into the current project using import statements, supporting recursive imports and optional file loading.