Skip to content

Commit

Permalink
New Features (Grunt, NodeJs and Yeoman)
Browse files Browse the repository at this point in the history
This is going to fixes #2 #4.
  • Loading branch information
itsdarrylnorris committed Dec 1, 2014
1 parent c307b4e commit 6a6feb9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions bin/webdesigner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,20 @@ sudo apt-get install google-chrome-stable -y
sudo add-apt-repository ppa:ubuntu-mozilla-daily/firefox-aurora -y
sudo apt-get update
sudo apt-get install firefox -y

# Installing NodeJs
sudo apt-get update -y
curl -sL https://deb.nodesource.com/setup | sudo bash -
sudo apt-get install nodejs -y

# Building Essential
sudo apt-get install build-essential

# Grunt CLI Globally
sudo npm install -g grunt-cli -y

# Installing Grunt
sudo npm install grunt -y

# Installing Yeoman
sudo npm install -g yo -y

0 comments on commit 6a6feb9

Please sign in to comment.