Created
January 14, 2015 07:24
-
-
Save TheNicholasNick/4f95a3b2f76549ee67d7 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
action@silver-bullet-27:~/workspace$ ember new app | |
version: 0.1.7 | |
installing | |
create .bowerrc | |
create .editorconfig | |
create .ember-cli | |
create .jshintrc | |
create .travis.yml | |
create Brocfile.js | |
create README.md | |
create app/app.js | |
create app/components/.gitkeep | |
create app/controllers/.gitkeep | |
create app/helpers/.gitkeep | |
create app/index.html | |
create app/models/.gitkeep | |
create app/router.js | |
create app/routes/.gitkeep | |
create app/styles/app.css | |
create app/templates/application.hbs | |
create app/templates/components/.gitkeep | |
create app/views/.gitkeep | |
create bower.json | |
create config/environment.js | |
create .gitignore | |
create package.json | |
create public/crossdomain.xml | |
create public/robots.txt | |
create testem.json | |
create tests/.jshintrc | |
create tests/helpers/resolver.js | |
create tests/helpers/start-app.js | |
create tests/index.html | |
create tests/test-helper.js | |
create tests/unit/.gitkeep | |
create vendor/.gitkeep | |
Installed packages for tooling via npm. | |
Installed browser packages via Bower. | |
Successfully initialized git. | |
action@silver-bullet-27:~/workspace$ ls -la | |
total 16 | |
drwxr-xr-x 4 action action 4096 Jan 14 07:21 . | |
drwxr-xr-x 12 action action 4096 Jan 13 18:25 .. | |
drwxrwxr-x 10 action action 4096 Jan 14 07:22 app | |
action@silver-bullet-27:~/workspace$ ember --version | |
version: 0.1.7 | |
node: 0.10.26 | |
npm: 2.1.8 | |
action@silver-bullet-27:~/workspace$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment