Skip to content

Instantly share code, notes, and snippets.

@randwa1k
Created February 17, 2014 23:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randwa1k/9061478 to your computer and use it in GitHub Desktop.
Save randwa1k/9061478 to your computer and use it in GitHub Desktop.
_-----_
| |
|--(o)--| .--------------------------.
`---------´ | Welcome to Yeoman, |
( _´U`_ ) | ladies and gentlemen! |
/___A___\ '__________________________'
| ~ |
__'.___.'__
´ ` |° ´ Y `
Out of the box I include Bootstrap and some AngularJS recommended modules.
[?] Would you like to use Sass [?] Would you like to include Twitter Bootstrap? Yes
[?] Which modules would you like to include? angular-resource.js, angular-cookies.js, angular-sanitize.js, angular-route.js
I'm all done. Running bower install & npm install for you to install the required dependencies. If this fails, try running the command yourself.
bower angular#1.2.6 cached git://github.com/angular/bower-angular.git#1.2.6
bower angular#1.2.6 validate 1.2.6 against git://github.com/angular/bower-angular.git#1.2.6
bower json3#~3.2.6 cached git://github.com/bestiejs/json3.git#3.2.6
bower json3#~3.2.6 validate 3.2.6 against git://github.com/bestiejs/json3.git#~3.2.6
bower es5-shim#~2.1.0 cached git://github.com/es-shims/es5-shim.git#2.1.0
bower es5-shim#~2.1.0 validate 2.1.0 against git://github.com/es-shims/es5-shim.git#~2.1.0
bower jquery#~1.10.2 cached git://github.com/jquery/jquery.git#1.10.2
bower jquery#~1.10.2 validate 1.10.2 against git://github.com/jquery/jquery.git#~1.10.2
bower bootstrap#~3.0.3 cached git://github.com/twbs/bootstrap.git#3.0.3
bower bootstrap#~3.0.3 validate 3.0.3 against git://github.com/twbs/bootstrap.git#~3.0.3
bower angular-resource#1.2.6 cached git://github.com/angular/bower-angular-resource.git#1.2.6
bower angular-resource#1.2.6 validate 1.2.6 against git://github.com/angular/bower-angular-resource.git#1.2.6
bower angular-cookies#1.2.6 cached git://github.com/angular/bower-angular-cookies.git#1.2.6
bower angular-cookies#1.2.6 validate 1.2.6 against git://github.com/angular/bower-angular-cookies.git#1.2.6
bower angular-sanitize#1.2.6 cached git://github.com/angular/bower-angular-sanitize.git#1.2.6
bower angular-sanitize#1.2.6 validate 1.2.6 against git://github.com/angular/bower-angular-sanitize.git#1.2.6
bower angular-route#1.2.6 cached git://github.com/angular/bower-angular-route.git#1.2.6
bower angular-route#1.2.6 validate 1.2.6 against git://github.com/angular/bower-angular-route.git#1.2.6
bower angular-mocks#1.2.6 cached git://github.com/angular/bower-angular-mocks.git#1.2.6
bower angular-mocks#1.2.6 validate 1.2.6 against git://github.com/angular/bower-angular-mocks.git#1.2.6
bower angular-scenario#1.2.6 cached git://github.com/angular/bower-angular-scenario.git#1.2.6
bower angular-scenario#1.2.6 validate 1.2.6 against git://github.com/angular/bower-angular-scenario.git#1.2.6
bower jquery#>= 1.9.0 cached git://github.com/jquery/jquery.git#2.1.0
bower jquery#>= 1.9.0 validate 2.1.0 against git://github.com/jquery/jquery.git#>= 1.9.0
bower sizzle#1.10.16 cached git://github.com/jquery/sizzle.git#1.10.16
bower sizzle#1.10.16 validate 1.10.16 against git://github.com/jquery/sizzle.git#1.10.16
bower es5-shim#~2.1.0 install es5-shim#2.1.0
bower json3#~3.2.6 install json3#3.2.6
bower angular#1.2.6 install angular#1.2.6
bower angular-cookies#1.2.6 install angular-cookies#1.2.6
bower angular-resource#1.2.6 install angular-resource#1.2.6
bower jquery#~1.10.2 install jquery#1.10.2
bower angular-scenario#1.2.6 install angular-scenario#1.2.6
bower angular-mocks#1.2.6 install angular-mocks#1.2.6
bower angular-route#1.2.6 install angular-route#1.2.6
bower angular-sanitize#1.2.6 install angular-sanitize#1.2.6
bower bootstrap#~3.0.3 install bootstrap#3.0.3
bower sizzle#1.10.16 install sizzle#1.10.16
es5-shim#2.1.0 app/bower_components/es5-shim
json3#3.2.6 app/bower_components/json3
angular#1.2.6 app/bower_components/angular
angular-cookies#1.2.6 app/bower_components/angular-cookies
└── angular#1.2.6
angular-resource#1.2.6 app/bower_components/angular-resource
└── angular#1.2.6
jquery#1.10.2 app/bower_components/jquery
angular-scenario#1.2.6 app/bower_components/angular-scenario
└── angular#1.2.6
angular-mocks#1.2.6 app/bower_components/angular-mocks
└── angular#1.2.6
angular-route#1.2.6 app/bower_components/angular-route
└── angular#1.2.6
angular-sanitize#1.2.6 app/bower_components/angular-sanitize
└── angular#1.2.6
bootstrap#3.0.3 app/bower_components/bootstrap
└── jquery#1.10.2
sizzle#1.10.16 app/bower_components/sizzle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment