Last active
February 22, 2017 18:59
-
-
Save kanonji/3336442 to your computer and use it in GitHub Desktop.
Install node apps in globalnpm global
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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