Create a Server Driven CLI from your REST API

This page summarizes the projects mentioned and recommended in the original post on dev.to

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
  1. babashka

    Native, fast starting Clojure interpreter for scripting

    This article is written by Rahul Dé, a VP of > Site Reliability Engineering at Citi and creator/maintainer of popular tools > like babashka, > bob, and now > climate. All opinions expressed are > his own.

  2. 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
  3. restish

    Restish is a CLI for interacting with REST-ish HTTP APIs with some nice features built-in

    Climate allows the server to influence the CLI behaviour by using OpenAPI's extensions. This is the secret of Climate's dynamism. Influenced by some of the ideas behind restish it uses the following extensions as of now:

  4. bob

    This is what CI/CD should've been. (by bob-cd)

    This article is written by Rahul Dé, a VP of > Site Reliability Engineering at Citi and creator/maintainer of popular tools > like babashka, > bob, and now > climate. All opinions expressed are > his own.

  5. climate

    The sidekick for your CLIs powered by OpenAPI (by lispyclouds)

    This article is written by Rahul Dé, a VP of > Site Reliability Engineering at Citi and creator/maintainer of popular tools > like babashka, > bob, and now > climate. All opinions expressed are > his own.

  6. cobra

    A Commander for modern Go CLI interactions

    Spec duplication: the paths, the schemas etc need to be replicated on the client side again. eg when using the popular Cobra lib for Go, one must tell it all the possible types beforehand.

  7. wendy

    Bob's command centre and the reference CLI/TUI

    Checkout Wendy as a proper example of a project built with Climate.

  8. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  9. clojure

    The Clojure programming language

    Another project of mine Bob can be seen as an example of spec-first design. All its tooling follow that idea and its CLI inspired Climate. A lot of Bob uses Clojure a language that I cherish and who's ideas make me think better in every other place too.

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

  • Why would a Java prime sieve run at only half its speed _some_ of the times?

    9 projects | news.ycombinator.com | 5 Feb 2022
  • Clojure source code to read

    3 projects | /r/Clojure | 6 May 2021
  • I stopped everything and started writing C again

    6 projects | news.ycombinator.com | 12 Mar 2025
  • Ouch: Painless Compression and Decompression in the Terminal

    1 project | news.ycombinator.com | 12 Feb 2025
  • Some Terminal Frustrations

    21 projects | news.ycombinator.com | 9 Feb 2025

Did you know that Go is
the 4th most popular programming language
based on number of references?