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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • shunit2

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

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

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • 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

  • 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

  • Bash Scripting Concepts: Part 2 of 2

    2 projects | dev.to | 21 Dec 2021
  • Ask HN: A Bash guide for Posix programmers?

    1 project | news.ycombinator.com | 17 Dec 2023
  • Regex support to list modules in .cabal?

    1 project | /r/haskell | 4 Dec 2023
  • Shellcheck – finds bugs in your shell scripts

    1 project | news.ycombinator.com | 6 Oct 2023
  • Ask HN: How does one practice day to day shell scripting

    2 projects | news.ycombinator.com | 23 Sep 2023

Did you konow that Shell is
the 10th most popular programming language
based on number of metions?