We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0828a4 + 2a79f81 commit 7d6fa24Copy full SHA for 7d6fa24
guides/writing-addons/in-repo-addons.md
@@ -67,6 +67,14 @@ module.exports = {
67
};
68
```
69
70
+### Using Generators
71
+To create files for your in-repo-addon using Ember CLI generator commands,
72
+pass the `--in-repo` argument with the name of your in-repo-addon:
73
+
74
+```bash
75
+ember generate component --in-repo <in-repo-addon name> <component name>
76
+```
77
78
### Generating an in-repo-addon blueprint
79
To generate a blueprint for your in-repo-addon:
80
0 commit comments