cost-of-modules
Dependency analyzer
Analyze and optimize dependencies to reduce package size
Find out which of your dependencies are slowing you down 🐢
3k stars
24 watching
41 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dylang/npm-check | Automates dependency checks and updates for JavaScript projects | 6,588 |
pnpm/pnpm | A fast and disk space efficient package manager for Node.js projects. | 30,098 |
sindresorhus/np | An interactive tool for publishing and managing npm packages | 7,586 |
raineorshine/npm-check-updates | Automates checking and upgrading package dependencies to their latest versions. | 9,513 |
bahmutov/npm-install | Automates the installation of npm dependencies with caching to speed up project builds. | 659 |
siddharthkp/bundlesize | Helps track and manage the size of JavaScript bundles in web applications. | 4,475 |
ds300/patch-package | Automates fixing broken dependencies in node.js projects by creating patches and applying them during installation. | 10,528 |
sindresorhus/guides | A collection of concise guides on various software development topics and workflows. | 2,482 |
voidcosmos/npkill | Tool to remove old and heavy node_modules folders from the system | 8,393 |
depcheck/depcheck | Analyzes dependencies in JavaScript projects to identify unused and missing dependencies | 4,758 |
jordansissel/fpm | A tool to easily build platform-native software packages. | 11,185 |
rlidwka/sinopia | A private/caching npm repository server that allows users to manage their own local packages and cache external registry requests. | 5,507 |
npm/cli | A package manager for JavaScript that enables users to manage and install dependencies for web applications. | 8,558 |
mysticatea/npm-run-all | A tool to simplify running multiple npm scripts in parallel or sequential. | 5,757 |
pdm-project/pdm | A modern package manager for Python supporting the latest PEP standards and providing a flexible plugin system for managing dependencies and projects. | 8,009 |