ember-frost-pods
v2.0.0
Published
The default blueprint for ember-cli addons.
Readme
ember-frost-pods
Installation
ember install ember-frost-podsAPI
| Attribute | Type | Value | Description |
| --------- | ---- | ----- | ----------- |
| | | | Coming soon |
Examples
Example
Coming soonDevelopment
Setup
git clone [email protected]:ciena-frost/ember-frost-pods.git
cd ember-frost-pods
npm install && bower installDevelopment Server
A dummy application for development is available under ember-frost-pods/tests/dummy.
To run the server run ember server (or npm start) from the root of the repository and
visit the app at http://localhost:4200.
Testing
Run npm test from the root of the project to run linting checks as well as execute the test suite
and output code coverage.
