npm-install
Dependency installer
Automates the installation of npm dependencies with caching to speed up project builds.
GitHub Action for install npm dependencies with caching without any configuration
653 stars
3 watching
71 forks
Language: JavaScript
last commit: 22 days ago
Linked from 1 awesome list
github-actionsnpm-installyarn
Related projects:
Repository | Description | Stars |
---|---|---|
npmhub/npmhub | A browser extension that displays npm dependencies on GitHub repos | 770 |
bahmutov/npm-quick-run | A tool to quickly run NPM scripts by prefix without typing the full name | 140 |
bahmutov/json-package | A utility to fetch specific properties from the package.json file using a shortened prefix. | 8 |
siddharthkp/auto-install | A tool that automates the installation of dependencies as you code. | 1,198 |
vuki656/package-info.nvim | Automates package dependency management tasks for Neovim users | 487 |
th0r/npm-upgrade | Interactive utility to easily update outdated NPM dependencies with changelogs inspection support | 341 |
jetli/wasm-pack-action | A GitHub Action to install WebAssembly dependencies via binary download for faster installation. | 50 |
local-npm/local-npm | A local npm registry mirror that caches and updates packages to speed up installations | 1,160 |
yavorsky/bump | A tool to easily manage and update dependencies in package.json files | 77 |
lirantal/npq | Automates package installation safety checks by auditing npm packages for vulnerabilities and providing warnings before installing. | 954 |
jamiemason/shrinkpack | A tool that allows developers to create reproducible builds of their projects by storing dependency information and package files in source control. | 794 |
egoist/decheck | A tool to browse an npm module's dependencies and find new modules used by it. | 9 |
esamattis/npm-release | Automates npm release processes for developers | 15 |
xavdid/typed-install | Tools to simplify package and type installation | 100 |
nmattia/niv | Makes it easy to manage dependencies in Nix projects by simplifying package management and version control. | 1,615 |