Code formatter, linters, etc. Recommendations?

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

Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. ShellCheck

    ShellCheck, a static analysis tool for shell scripts

    There is shellcheck, and shellharden which is a strict version of it. There are similar stuff here, some that also help with your editor. You can also use a docker version of shfmt. See here for a quick tutorial on shfmt.

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. shellharden

    The corrective bash syntax highlighter

    There is shellcheck, and shellharden which is a strict version of it. There are similar stuff here, some that also help with your editor. You can also use a docker version of shfmt. See here for a quick tutorial on shfmt.

  4. sh

    A shell parser, formatter, and interpreter with bash support; includes shfmt (by mvdan)

    There is shellcheck, and shellharden which is a strict version of it. There are similar stuff here, some that also help with your editor. You can also use a docker version of shfmt. See here for a quick tutorial on shfmt.

  5. shfmt

    Dockernized shfmt. This formats shell script. (by tmknom)

    There is shellcheck, and shellharden which is a strict version of it. There are similar stuff here, some that also help with your editor. You can also use a docker version of shfmt. See here for a quick tutorial on shfmt.

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

  • Shellcheck finds bugs in your shell scripts

    11 projects | news.ycombinator.com | 23 Nov 2023
  • Shfmt – format shell programs (like gofmt, rustfmt)

    4 projects | news.ycombinator.com | 11 Feb 2023
  • Bash Pitfalls

    5 projects | news.ycombinator.com | 16 Feb 2022
  • First Bash Script

    2 projects | /r/bash | 23 Sep 2021
  • How to get diagnostics in BASH scripts (.sh files) with Native LSP?

    4 projects | /r/neovim | 17 May 2021