awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesCLI Harness Generation

Automated transformation of software into structured command-line interfaces via source analysis.

Distinct from CLI Command Frameworks: Specifically focuses on the generation of the CLI harness from software

Explore 2 awesome GitHub repositories matching development tools & productivity · CLI Harness Generation. Refine with filters or upvote what's useful.

Awesome CLI Harness Generation GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • hkuds/cli-anythingالصورة الرمزية لـ HKUDS

    HKUDS/CLI-Anything

    43,213عرض على GitHub↗

    CLI-Anything is a framework for converting software interfaces into standardized command-line tools that autonomous AI agents can discover and execute. It functions as a software interface generator that analyzes source code to transform application features into structured command groups and executable packages. The project provides a centralized registry and manager for discovering, installing, and updating command-line toolkits. It employs a specific metadata standard using markdown and YAML to provide agents with the usage examples and documentation necessary to call commands. The system

    Transforms software into a command-line interface by analyzing source code and publishing command groups.

    Python
    عرض على GitHub↗43,213
  • windicss/windicssالصورة الرمزية لـ windicss

    windicss/windicss

    6,515عرض على GitHub↗

    Windi CSS is a utility-first CSS framework that generates only the CSS classes actually used in a project, scanning source files at build time to produce smaller, optimized stylesheets. It provides on-demand style generation through static analysis of HTML and template files, eliminating unused styles for leaner output. The framework offers a plugin-based extension system for adding custom utilities, variants, and design tokens without modifying the core. It includes built-in compatibility for migrating from Tailwind CSS, removing Tailwind-specific dependencies and configuration fields while

    Scans project files for utility class usage and produces the corresponding CSS output through a command-line interface.

    TypeScriptcsscss-compileron-demand
    عرض على GitHub↗6,515
  1. Home
  2. Development Tools & Productivity
  3. CLI Command Frameworks
  4. CLI Harness Generation

استكشف الوسوم الفرعية

  • Style Generation CLIsCommand-line interfaces that scan project files for utility class usage and produce the corresponding CSS output. **Distinct from CLI Harness Generation:** Distinct from CLI Harness Generation: focuses on generating CSS styles from a CLI, not generating the CLI harness itself.