0.1.2 • Published 10 years ago
ember-cli-ally v0.1.2
ember-cli-ally
Add this as a devDependency in your ember-cli application package.json file and you can access ally.js with:
import Ally from 'ally'All the usual ember-cli addon info applies if you want to pitch in on cleaning this up or augmenting it.
Installation
git clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.