Skip to content

Instantly share code, notes, and snippets.

@widyakumara
Created February 9, 2012 10:49
Show Gist options
  • Save widyakumara/1779233 to your computer and use it in GitHub Desktop.
Save widyakumara/1779233 to your computer and use it in GitHub Desktop.
some must haves modules
@ECHO OFF
REM https://registry.npmjs.org/-/all
REM http://github.com/nodejitsu/forever
npm install -g forever
REM http://github.com/isaacs/node-supervisor
npm install -g supervisor
REM http://github.com/remy/nodemon
npm install -g nodemon
REM http://github.com/learnboost/socket.io
npm install -g socket.io
REM http://github.com/hookio/hook.io
npm install -g hook.io
REM http://github.com/senchalabs/connect
npm install -g connect
REM http://github.com/documentcloud/backbone/
npm install -g backbone
REM http://github.com/documentcloud/underscore/
npm install -g underscore
REM http://github.com/visionmedia/express
npm install -g express
REM http://github.com/cloudhead/node-static
npm install -g node-static
REM http://github.com/visionmedia/jade
npm install -g jade
REM http://github.com/LearnBoost/stylus
npm install -g stylus
REM http://github.com/visionmedia/sass.js
npm install -g sass
REM http://github.com/cloudhead/less.js
npm install -g less
EXIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment