Resources
Check out these great resources to learn more about Bash!
These are not required for the workshop!
Tooling
- shdoc is an autodocs generator for Bash
- shfmt is an autoformatter for Bash
- shellcheck is a linter for Bash
- shunit2 is a unit test framework for Bash
- bashate is a PEP8 equivalent linter for Bash
- kcov code coverage tool that supports Bash