Skip to content

Instantly share code, notes, and snippets.

@Wolfr
Created June 4, 2020 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Wolfr/9e9440b604b49258a7bf9591085b0f0a to your computer and use it in GitHub Desktop.
Save Wolfr/9e9440b604b49258a7bf9591085b0f0a to your computer and use it in GitHub Desktop.
tree .
.
|-- CONTRIBUTING.md
|-- LICENSE.md
|-- README.md
|-- addon
| |-- components
| | |-- alert.hbs
| | |-- alert.js
| | |-- avatar.hbs
| | |-- avatar.js
| | |-- badge.hbs
| | |-- badge.js
| | |-- button.hbs
| | |-- button.js
| | |-- icon.hbs
| | |-- icon.js
| | |-- input.hbs
| | `-- input.js
| `-- styles
| `-- ember-jui.css
|-- app
| `-- components
| |-- alert.js
| |-- avatar.js
| |-- badge.js
| |-- button.js
| |-- icon.js
| `-- input.js
|-- config
| |-- ember-try.js
| `-- environment.js
|-- dist
| |-- assets
| | |-- auto-import-fastboot.js
| | |-- dummy.css
| | |-- dummy.js
| | |-- dummy.map
| | |-- test-support.css
| | |-- test-support.js
| | |-- test-support.map
| | |-- tests.js
| | |-- tests.map
| | |-- vendor.css
| | |-- vendor.js
| | `-- vendor.map
| |-- index.html
| |-- robots.txt
| |-- testem.js
| `-- tests
| `-- index.html
|-- ember-cli-build.js
|-- index.js
|-- package-lock.json
|-- package.json
|-- testem.js
|-- tests
| |-- dummy
| | |-- app
| | | |-- app.js
| | | |-- components
| | | |-- controllers
| | | |-- helpers
| | | |-- index.html
| | | |-- models
| | | |-- router.js
| | | |-- routes
| | | |-- styles
| | | | `-- app.css
| | | `-- templates
| | | `-- application.hbs
| | |-- config
| | | |-- environment.js
| | | |-- optional-features.json
| | | `-- targets.js
| | `-- public
| | `-- robots.txt
| |-- helpers
| |-- index.html
| |-- integration
| | `-- components
| | |-- alert-test.js
| | |-- avatar-test.js
| | |-- badge-test.js
| | |-- button-test.js
| | |-- icon-test.js
| | `-- input-test.js
| |-- test-helper.js
| `-- unit
`-- vendor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment