You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
358 B
Bash

#!/usr/bin/env zsh
brew update
brew upgrade node
brew link --overwrite node
npm install -g grunt-cli
11 years ago
npm install -g npm-check-updates
npm install -g jshint
npm install -g uglify-js
npm install -g jake
11 years ago
npm install -g js-beautify
npm install -g jsonlint
npm install -g recursive-blame
npm install -g bower
npm install -g yo
npm install -g generator-generator