Vendor an Ember-CLI addon

What’s the proper way to completely vendor an Ember-CLI addon?

There’s an addon that I’d like to use but it needs some significant customization and I’d rather just add as part of the main app repo for now instead, at least until I have all the custom stuff finished. However, I didn’t find any articles nor an obvious way to vendor and load the addon. Any hints?

Thanks!

Eh, your best bet is to probably fork the repo and customize it locally. This should get you going if you havent coughed up an addon yet.

Thanks! Will try it out.