Bash Infinity is a modern standard library / framework / boilerplate for Bash
Bash Infinity is a standard library and framework for writing tools using bash. It aims to improve the readability of bash scripts and minimize code repetition by implementing concepts from other programming languages such as C#, Java, and JavaScript. The framework is modular and lightweight, allowing users to import individual features as needed. However, it is worth noting that the framework currently lacks comprehensive test coverage, so it may be more suitable for smaller projects or for copying and pasting specific features rather than using the entire framework.