How to package an emberjs component?

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.

create an ember addon. You can look through popular addons to get an idea of how to set it up. GitHub - yapplabs/ember-modal-dialog: An ember-cli addon for implementing modal dialogs I think google can direct you to some tutorials as well.