Created
November 17, 2017 15:36
-
-
Save alvincrespo/9c5c5d31b6d83db26c78dcf010b2767f to your computer and use it in GitHub Desktop.
Ember new auth example output
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
➜ ember new auth-example-frontend | |
installing app | |
create .editorconfig | |
create .ember-cli | |
create .eslintrc.js | |
create .travis.yml | |
create .watchmanconfig | |
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/resolver.js | |
create app/router.js | |
create app/routes/.gitkeep | |
create app/styles/app.css | |
create app/templates/application.hbs | |
create app/templates/components/.gitkeep | |
create config/environment.js | |
create config/targets.js | |
create ember-cli-build.js | |
create .gitignore | |
create package.json | |
create public/crossdomain.xml | |
create public/robots.txt | |
create testem.js | |
create tests/.eslintrc.js | |
create tests/helpers/destroy-app.js | |
create tests/helpers/module-for-acceptance.js | |
create tests/helpers/resolver.js | |
create tests/helpers/start-app.js | |
create tests/index.html | |
create tests/integration/.gitkeep | |
create tests/test-helper.js | |
create tests/unit/.gitkeep | |
create vendor/.gitkeep | |
NPM: Installed dependencies | |
Successfully initialized git. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment