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
·

3 repositorios

Awesome GitHub RepositoriesEmbedded Code Validation

Static analysis and error checking for languages embedded within another file format.

Distinct from Embedded Code Formatters: Focuses on validation and error checking rather than just formatting

Explore 3 awesome GitHub repositories matching development tools & productivity · Embedded Code Validation. Refine with filters or upvote what's useful.

Awesome Embedded Code Validation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • microsoft/vscode-tips-and-tricksAvatar de microsoft

    microsoft/vscode-tips-and-tricks

    9,086Ver en GitHub↗

    This project is a comprehensive productivity guide and configuration reference for the VS Code editor. It provides a curated collection of shortcuts, configuration tips, and tutorials designed to improve efficiency and optimize the daily coding workflow. The resource covers advanced AI-assisted development, including the integration of autonomous agents, custom prompt files, and AI-powered coding assistants for task automation and code generation. It also provides specialized guidance on integrated terminal management, such as configuring shell profiles and automating command execution. Addi

    Explains how to validate JavaScript and CSS code embedded within HTML files to catch errors early.

    Ver en GitHub↗9,086
  • sigil-ebook/sigilAvatar de Sigil-Ebook

    Sigil-Ebook/Sigil

    6,842Ver en GitHub↗

    Sigil is a multi-platform ebook authoring suite and EPUB editor designed for creating, modifying, and structuring electronic publications. It serves as a digital publication tool for managing metadata and generating tables of contents for digital books. The software functions as an EPUB validator, checking ebook files for syntax errors and compliance with industry standards to ensure valid rendering. It also supports an extensible workspace where custom automation scripts can be used to add specialized capabilities. The suite covers digital content structuring and publication editing, provid

    Checks ebook files for syntax errors and compliance with industry standards to ensure valid output rendering.

    C++
    Ver en GitHub↗6,842
  • firebase/firebase-toolsAvatar de firebase

    firebase/firebase-tools

    4,437Ver en GitHub↗

    firebase-tools es una interfaz de línea de comandos y un orquestador de recursos en la nube utilizado para gestionar, probar y desplegar proyectos de Firebase. Sirve como la herramienta principal para administrar recursos en la nube, configurar ajustes de proyecto y manejar la autenticación desde una terminal. El proyecto incluye un emulador de servicios en la nube local que permite a los desarrolladores ejecutar versiones locales de servicios en la nube para verificar el comportamiento antes del despliegue en producción. También implementa un servidor basado en el Protocolo de Contexto de Modelo (Model Context Protocol) para exponer datos de proyectos y controles de servicio a asistentes de IA. La herramienta cubre una amplia gama de capacidades operativas, incluyendo el despliegue y monitoreo de funciones serverless, operaciones de base de datos NoSQL para Firestore y Realtime Database, y la distribución de binarios de aplicaciones móviles a los evaluadores. Además, proporciona utilidades para la validación de reglas de seguridad, gestión de configuración remota y migración de datos de cuentas de usuario.

    Checks for syntax and compile-time errors in GraphQL code using schema-based auto-complete suggestions.

    TypeScript
    Ver en GitHub↗4,437
  1. Home
  2. Development Tools & Productivity
  3. Code Quality and Analysis
  4. Static Analysis Engines
  5. Static Analysis Tools
  6. Code Formatting Tools
  7. Embedded Code Formatters
  8. Embedded Code Validation

Explorar subetiquetas

  • Database Schema ValidationStatic analysis of database queries and security rules against remote schema definitions. **Distinct from Embedded Code Validation:** Distinct from Embedded Code Validation: specifically targets database-related schemas (like GraphQL or Security Rules) rather than generic embedded languages.
  • Ebook Format ValidationValidation of code and syntax specifically for electronic book standards to ensure correct rendering. **Distinct from Embedded Code Validation:** Distinct from Embedded Code Validation: targets the overall compliance of the EPUB standard rather than just embedded languages.