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.
1 parent e494d46 commit 828ade8Copy full SHA for 828ade8
guides/advanced-use/cli-commands-reference.md
@@ -177,6 +177,8 @@ ember generate <blueprint> <options...>
177
--in (String) (Default: null) Runs a blueprint
178
against an in repo addon. A path is expected,
179
relative to the root of the project.
180
+ --typescript (Boolean) Generates a version of the blueprint written in TypeScript (if available).
181
+ aliases: -ts
182
```
183
184
### Available blueprints from `ember-source`
0 commit comments