awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesAutomatic CLI Generators

Libraries that programmatically synthesize command line interfaces from existing language objects, functions, or classes.

Distinct from Python CLI Frameworks: Existing candidates are curated 'awesome lists' of frameworks or unrelated Python-specific tools, not the general capability of automatic generation.

Explore 4 awesome GitHub repositories matching development tools & productivity · Automatic CLI Generators. Refine with filters or upvote what's useful.

Awesome Automatic CLI Generators GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • google/python-firegoogle का अवतार

    google/python-fire

    28,208GitHub पर देखें↗

    Python Fire is a library that automatically generates command line interfaces from any Python object, function, or class. It removes the need for manual argument parsing by mapping Python dictionaries, lists, and classes directly to terminal commands. The tool converts Python docstrings into formatted terminal help screens and produces shell scripts to enable tab-completion for available commands. It can wrap existing libraries or external modules to expose their functionality via the terminal without requiring modifications to the original source code. The library supports hierarchical comm

    A library that automatically creates command line interfaces from any Python object, function, or class without manual argument parsing.

    Pythonclipython
    GitHub पर देखें↗28,208
  • danielmiessler/personal_ai_infrastructuredanielmiessler का अवतार

    danielmiessler/Personal_AI_Infrastructure

    8,901GitHub पर देखें↗

    This project is a comprehensive AI infrastructure that combines an LLM agent orchestration framework, an autonomous research system, and a local AI environment. It centers on the creation of a personal knowledge graph and a programmatic prompt engineering library to provide long-term memory and optimized reasoning for artificial intelligence tasks. The system is distinguished by its ability to compose multi-agent teams using specialized personas and deterministic skills to execute complex workflows. It features an autonomous research pipeline capable of deep investigations and adversarial ana

    Includes a multi-tier templating system to programmatically generate production-ready command-line interfaces.

    TypeScriptaiaugmentationhumans
    GitHub पर देखें↗8,901
  • hugapi/hughugapi का अवतार

    hugapi/hug

    6,883GitHub पर देखें↗

    Hug is a Python API framework used for building web services by mapping functions to HTTP endpoints via decorators and type annotations. It functions as a type-based validator that automatically converts and validates incoming request data based on Python type hints and serves as a WSGI-compliant web framework for deployment on production servers. The project is distinguished by its ability to automatically generate API specifications and user-facing documentation derived from function signatures. It further extends the utility of internal logic by exposing functions as terminal commands thro

    Automatically synthesizes command line interfaces by exposing internal functions as terminal commands.

    Python
    GitHub पर देखें↗6,883
  • rails/thorR

    rails/thor

    5,258GitHub पर देखें↗

    Thor is a Ruby toolkit for building command line interfaces and task runners. It maps user flags and parameters to executable methods, functioning as both a command line argument parser and a framework for creating self-documenting terminal tools. The framework automatically generates usage banners and help menus based on defined method signatures. It organizes related commands within classes to create isolated namespaces and injects user-defined flags directly into method logic. Beyond interface generation, the project includes capabilities for build task automation and the sequential execu

    Programmatically synthesizes command line interfaces and help menus from existing Ruby classes and methods.

    Ruby
    GitHub पर देखें↗5,258
  1. Home
  2. Development Tools & Productivity
  3. Automatic CLI Generators