Last active
September 7, 2016 15:18
-
-
Save rizkysyazuli/7fa9515442ecf5bd5730ec1ae9146c1d to your computer and use it in GitHub Desktop.
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
#!/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