awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
avamsi avatar

avamsi/climate

0
View on GitHub↗
164 stars·4 forks·Go·Unlicense·3 viewspkg.go.dev/github.com/avamsi/climate#section-documentation↗

Climate

Climate "CLI Mate" aims to make creating CLIs in Go easy (and fun!), similar to python-fire. It's also built on top of Cobra and so comes with "batteries included" (help, shell completion etc.).

Features

  • Go CLI Frameworks - Autogenerates CLIs from structs and functions.

Star history

Star history chart for avamsi/climateStar history chart for avamsi/climate

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Climate

Similar open-source projects, ranked by how many features they share with Climate.
  • alecthomas/kongalecthomas avatar

    alecthomas/kong

    2,976View on GitHub↗

    Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments directly into typed Go structures using struct tags, allowing developers to define terminal interfaces through data models rather than manual parsing logic. The project functions as a configuration mapper that populates Go structures from a combination of command-line arguments, environment variables, and JSON files. It distinguishes itself by providing a dependency injection container to pass external services into command handlers and a plugin architecture for dynamic command reg

    Gocommand-linecommandsflags
    View on GitHub↗2,976
  • alexflint/go-argalexflint avatar

    alexflint/go-arg

    2,229View on GitHub↗
    Goargument-parsinggolang
    View on GitHub↗2,229
  • docopt/docopt.godocopt avatar

    docopt/docopt.go

    1,444View on GitHub↗

    docopt-go

    Go
    View on GitHub↗1,444
  • akamensky/argparseakamensky avatar

    akamensky/argparse

    640View on GitHub↗

    Argparse for golang. Just because flag sucks

    Goargparseargument-parserawesome-go
    View on GitHub↗640
See all 9 alternatives to Climate→

Frequently asked questions

What does avamsi/climate do?

Climate "CLI Mate" aims to make creating CLIs in Go easy (and fun!), similar to python-fire. It's also built on top of Cobra and so comes with "batteries included" (help, shell completion etc.).

What are the main features of avamsi/climate?

The main features of avamsi/climate are: Go CLI Frameworks.

What are some open-source alternatives to avamsi/climate?

Open-source alternatives to avamsi/climate include: akamensky/argparse — Argparse for golang. Just because `flag` sucks. alecthomas/kong — Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments… alexflint/go-arg. docopt/docopt.go — docopt-go. jawher/mow.cli — A versatile library for building CLI applications in Go. spf13/cobra — Cobra is a development framework for building command-line applications in Go. It organizes application logic into a…