1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-06-30 21:52:00 +02:00
dotfiles/npm

9 lines
156 B
Bash
Executable File

#!/bin/bash
# Installed from brewfile with node
# install global stuff
npm install -g bower
npm install -g grunt-cli
npm install -g gulp
npm install -g yo