chore(npm): add install script for global npm packages

This commit is contained in:
Stefan Imhoff
2021-11-28 11:38:25 +01:00
parent 2afe8c7dcf
commit f1c8530751
2 changed files with 53 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
# Installing Homebrew packages
source ./brew.sh
# Installing global Node.js modules
source ./npm.sh
# Install global Gems
source ./gem.sh