Skip to content

Instantly share code, notes, and snippets.

@alvincrespo
Created November 17, 2017 15:36
Show Gist options
  • Save alvincrespo/9c5c5d31b6d83db26c78dcf010b2767f to your computer and use it in GitHub Desktop.
Save alvincrespo/9c5c5d31b6d83db26c78dcf010b2767f to your computer and use it in GitHub Desktop.
Ember new auth example output
➜ 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