ember.jsember-cli-addonsember-addon

ember.js addon: how to manipulate files?


We have 5+ ember.js projects. I've extracted all common features as an addon. Other projects depend my addon with package.json (as npm module).

I want to do some post-processing after my addon upgraded on any project (via npm install). I need to do such processing:

Is there any hook to do these? Is there any documentation for hooks?


Solution

  • What we did: