Bash Compiler

March 8, 2026 ยท View on GitHub

NOTE: Documentation is best viewed on https://bash-compiler.devlab.top/

GoTemplate GitHub release (latest SemVer) GitHub license pre-commit CI/CD Project status DeepSource DeepSource Average time to resolve an issue Percentage of issues still open

This tool allows to detect all the framework functions used inside a given sh file. The framework functions matches the pattern Namespace::functionName (we can have several namespaces separated by the characters ::). These framework functions will be injected inside a compiled file. The process is recursive so that every framework functions used by imported framework functions will be imported as well (of course only once).

TIP: Checkout related projects of this suite

1. Technical architecture

Development and Technical architecture documentation are available for more details about the project.