awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesDeployment Bundle Reduction

Strategies for shrinking the final application bundle by stripping non-runtime assets from third-party libraries.

Distinct from Configuration Package Deployments: Candidates are focused on mathematical reductions or configuration deployments, not filesystem bundle shrinking.

Explore 1 awesome GitHub repository matching devops & infrastructure · Deployment Bundle Reduction. Refine with filters or upvote what's useful.

Awesome Deployment Bundle Reduction GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • tj/node-pruneAvatar de tj

    tj/node-prune

    4,429Voir sur GitHub↗

    node-prune is a utility for cleaning and shrinking Node.js dependency folders by removing source files and documentation not required for runtime execution. It functions as a package cleaner that deletes non-essential files, such as markdown and TypeScript files, from installed npm dependencies to reduce installation size. The tool optimizes deployment artifacts and container images by stripping unnecessary files from third-party library directories. This process is used to minimize Docker image sizes and reduce the footprint of final application bundles. The project provides a command-line

    Shrinks the final application bundle by removing non-essential files from third-party library directories.

    Go
    Voir sur GitHub↗4,429
  1. Home
  2. DevOps & Infrastructure
  3. Deployment Bundle Reduction