Skip to content

Instantly share code, notes, and snippets.

@rizkysyazuli
Last active September 7, 2016 15:18
Show Gist options
  • Save rizkysyazuli/7fa9515442ecf5bd5730ec1ae9146c1d to your computer and use it in GitHub Desktop.
Save rizkysyazuli/7fa9515442ecf5bd5730ec1ae9146c1d to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# Originally from: https://bitbucket.org/snippets/rzky/d6XLo/node-packages-installer
# Install Node Version Manager
# curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.1/install.sh | bash
# Essentials
npm install -g bower
npm install -g grunt-cli
npm install -g gulp-cli
npm install -g less
npm install -g webpack
npm install -g yo
npm install -g browser-sync
# npm install -g adonis-cli
# npm install -g nodemon
# Linters
npm install -g csslint
npm install -g htmlhint
npm install -g jsonlint
npm install -g jshint
npm install -g eslint
npm install -g sass-lint
# npm install -g yaml-js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment