From 6d90b04141f9188ac7fdf88023aa805a76b41599 Mon Sep 17 00:00:00 2001 From: Alex Kanunnikov Date: Sat, 9 Dec 2023 15:32:16 +0300 Subject: [PATCH] more code sample --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index a2c272e..b41c880 100644 --- a/readme.md +++ b/readme.md @@ -163,5 +163,11 @@ Now we have new addon in our project. It should work out of the box for classic As we see, it's quite easy to redefine any part of addon, including component name, and it should be an easy way to fix possible breakage just overriding template / component with file from `src` folder. +If addon has more complex logic, we also have few samples: + +1. If addon define new registry namespace, search for `ember-responsive`, `ember-intl` mentions in codebase. +1. If addon provide custom babel / handlebars plugins, search for `ember-ref-bucket`, `ember-concurrency` mentions in codebase. +1. If addon provide custom styles, search for `ember-bootstrap`, `ember-modal-dialog` mentions in codebase. + ## Licence [MIT](./LICENCE.md)