awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesAsset Stream Transformations

Streaming transformations applied to assets during the build process.

Distinct from File Streaming: Distinct from file streaming for web serving; focuses on transforming content for production assets

Explore 2 awesome GitHub repositories matching web development · Asset Stream Transformations. Refine with filters or upvote what's useful.

Awesome Asset Stream Transformations GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • gulpjs/gulpAvatar von gulpjs

    gulpjs/gulp

    32,963Auf GitHub ansehen↗

    Gulp is a JavaScript build automation tool and Node.js task runner designed to coordinate the execution of development tasks. It operates as a streaming build system that transforms source files into production assets through a series of programmable pipelines. The system functions as a file watcher and task orchestrator, monitoring directories for modifications to automatically trigger specific build tasks. It organizes these units of work into sequential or parallel execution paths to streamline development workflows. The toolkit manages asset pipelines by reading files via pattern matchin

    Transforms files through a streaming system to automate asset processing and compilation.

    JavaScript
    Auf GitHub ansehen↗32,963
  • yeoman/generator-webappAvatar von yeoman

    yeoman/generator-webapp

    3,745Auf GitHub ansehen↗

    This is a Yeoman web application generator that creates a standardized project structure and build pipeline for modern front-end web applications. It functions as a scaffolding tool to generate folder structures and configuration files to jumpstart development. The project provides a pre-configured Gulp.js build pipeline for compiling assets, linting code, and optimizing files for production. It includes a local development server with live-reloading capabilities that automatically refreshes the browser as source files are edited. The toolset covers browser compatibility through JavaScript t

    Processes web assets through a stream-based pipeline to transform code and styles before writing to disk.

    JavaScriptgulpyeoman
    Auf GitHub ansehen↗3,745
  1. Home
  2. Web Development
  3. Asset Stream Transformations