In repo-addons within addons

Is it possible to create in-repo addons within addons? How can the app consuming the “master addon” accesses these “in-repo addons”?

I use ember-cli-deploy-plugin in my add-on. Just specify it under dependencies

https://github.com/martinic/ember-cli-deploy-couchdb/blob/master/package.json#l47

You can access it like you would normally do with an add-on.

(Late to the party but this came up first in my googling, so for posterity:)

I’m not sure whether @broerse answered your precise question, but I was able to use an in-repo addon within a normal addon that we use at work, and it appears to be working just fine (i.e. its included() hook is called and appears to be linked up to the rest of the project).

3 Likes