#Ember.ListView
This is a shim repository that keeps the Ember.ListView component for Bower.
##Installation
The purpose of this repository is to support easy installation/generation from within and Ember CLI. Please see the ember-cli-list-view repo for installation instructions.
As a quick note for ember-cli users, you can just add this to your project's package.json file:
{
"dependencies": {
"ember-cli-list-view": "ahacking/ember-cli-list-view#0.0.6-alpha.1"
}
}... or just run:
npm install ember-cli-list-view --save-dev && ember generate ember-cli-list-view
Again, see ember-cli-list-view for further information.
##Conclusion
Ember CLI is good for you[r Ember project]. This repo may eventually disappear depending on how the Add-on strategy evolves. For now, this repo is at npmjs.org for the benefit of Ember.ListView users.
##Legal
Licensed under the MIT License
Ember.ListView is also maintained under the MIT License