1 repositorio
Substitution of placeholders in shell commands with real-time runtime data.
Distinct from Template Injection: Distinct from Template Injection: focuses on shell command strings rather than configuration fields or UI templates.
Explore 1 awesome GitHub repository matching data & databases · Command. Refine with filters or upvote what's useful.
Lefthook is a Git hook manager and workflow automation tool designed to execute user-defined scripts during version control events. It automates the execution of linters, tests, and formatters to validate changes and maintain code quality before commits or pushes. The project distinguishes itself through a parallel execution model that runs multiple shell commands concurrently to reduce latency. It supports complex configuration management, including the ability to merge global, remote, and local settings and synchronize configurations from external repositories to standardize development env
Substitutes placeholders in command strings with real-time data such as staged file paths before execution.