awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • hkuds/cli-anythingAvatar de HKUDS

    HKUDS/CLI-Anything

    43,213Ver en 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
    Ver en GitHub↗43,213
  • windicss/windicssAvatar de windicss

    windicss/windicss

    6,515Ver en 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
    Ver en GitHub↗6,515
  1. Home
  2. Development Tools & Productivity
  3. CLI Command Frameworks
  4. CLI Harness Generation

Explorar subetiquetas

  • 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.