Skip to content

Instantly share code, notes, and snippets.

@calvinchengx
Created February 14, 2013 03:18
Show Gist options
  • Select an option

  • Save calvinchengx/4950345 to your computer and use it in GitHub Desktop.

Select an option

Save calvinchengx/4950345 to your computer and use it in GitHub Desktop.
yeoman experiments
cd ~
mkdir ~/work/yeoman-test
nodeenv yeoman-test
source yeoman-test/bin/activate
cd ~/work/yeoman-test
npm install -g yeoman
yeoman init angular
[?] Would you like to include Twitter Bootstrap? (Y/n) Y
[?] If so, would you like to use Twitter Bootstrap for Compass (as opposed to vanilla CSS)? (Y/n) n
[?] Do you need to make any changes to the above before continuing? (y/N) N
# Because yeoman depends on compass, which depends on ruby, we are forced to (can you see me crying?) install ruby and compass
sudo gem update --system
sudo gem install compass
yeoman server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment