This might be a dumb question, so please bear with me. I am new to Ember. I have an ember component that can be reused in multiple EmberJS apps.
How do I package it so I can easily include it as a bower dependency and detected automatically so I can use it in my templates/views right after installation. I am using Ember-CLI.