First time writing bash scripts for work, not sure if this is true elsewhere

This page summarizes the projects mentioned and recommended in the original post on /r/ProgrammerHumor

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • shunit2

    shUnit2 is a xUnit based unit test framework for Bourne based shell scripts.

  • https://github.com/kward/shunit2 is your friend here.

  • bats-core

    Bash Automated Testing System

  • There's Bat for automated bash testing. Used it a couple of times! https://github.com/bats-core/bats-core

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • ShellCheck

    ShellCheck, a static analysis tool for shell scripts

  • not sure about unit/functional testing, but https://www.shellcheck.net/ is handy for linting and finding bad practice.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts