Skip to content

Instantly share code, notes, and snippets.

@kanonji
Last active February 22, 2017 18:59
Show Gist options
  • Save kanonji/3336442 to your computer and use it in GitHub Desktop.
Save kanonji/3336442 to your computer and use it in GitHub Desktop.
Install node apps in globalnpm global
#!/bin/sh
npm install -g jshint
npm install -g jasmine-node
npm install -g node-inspector
npm install -g supervisor
npm install -g uglify-js
npm install -g jake
npm install -g jsonlint
npm install -g recess # Twitter Bootstrap
npm install -g grunt-cli
npm install -g grunt-init
npm install -g bower
npm install -g yo
npm install -g punch
npm install -g phantomjs
npm install -g node-gyp
npm install -g generator-phaser-typescript
npm install -g yo generator-code
npm install -g gulp-cli
npm install -g npmvet
npm install -g typescript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment