mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-04 18:48:52 +00:00
396 B
396 B
install-npm-packages
Install npm packages defined in the script.
Usage
scripts/install-npm-packages.sh
What it does
- Checks that
npmis available. - Installs each package from the inline list using
npm install -g. - Upgrades all global packages.
- Cleans the npm cache.
To add or remove packages, edit the packages array in scripts/install-npm-packages.sh.