From d10634f31fcbdf26e3fa7e70628ca5b9d42dbe2d Mon Sep 17 00:00:00 2001 From: Lucian Fialho Date: Sat, 21 Mar 2026 11:23:14 -0300 Subject: [PATCH] Add spec2cli to General section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1c5d1c..1163326 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ Contributions are most welcome. Categories are also open to suggestions! - [Swagger CodeGen](https://github.com/swagger-api/swagger-codegen): Generate client libraries automatically from a Swagger-compliant server. - [AutoRest](https://github.com/Azure/autorest): Generate client libraries for RESTful web services - [OpenAPI Generator](https://github.com/openapitools/openapi-generator): A community fork of Swagger Codegen to automatically generate API clients, server stubs and documentation for REST APIs given an OpenAPI/Swagger spec. +- [spec2cli](https://github.com/lucianfialho/spec2cli): Turn any OpenAPI/Swagger spec into a CLI at runtime — no code generation, no build step. ### Ruby - [Net::HTTP](https://apidock.com/ruby/Net/HTTP): An HTTP client API for Ruby.