SixtyFourWeb
brew list
brew outdated
brew upgrade node
brew uses -installed node
sudo npm -g install npm (update npm)
npm list -g --depth=0 (list of modules)
npm outdated -g --depth=0 (list of modules to be updated)
npm-check-updates -g (list of modules to be updated)
npm -g install bower
npm -g install npm-check-updates
cd /Volumes/Backup/Users/administrator/Developer/SixtyFourWeb
bower list
bower update
npm list --depth=0
npm prune
npm list --depth=0
npm install brunch@1.7.17
npm install brunch --save
npm uninstall brunch --save
npm run brunch-build
npm run brunch-uncss
npm run brunch-watch
npm outdated --depth=0
npm-check-updates
npm-check-updates -u
npm update
cd ~/Library/Application\ Support/Brackets/extensions/user
git clone --recursive git@github.com:eip/brackets-beautify.git
cd ~/Library/Application\ Support/Brackets/extensions/user
git clone git@github.com:htmllint/brackets-htmllint.git htmllint.htmllint-brackets
cd htmllint.htmllint-brackets/node
npm install
npm uninstall htmllint
npm outdated --depth=0
npm-check-updates -u
npm update