Skip to content

Commit

Permalink
Merge pull request #263 from miguelcobain/patch-1
Browse files Browse the repository at this point in the history
Document typescript option
  • Loading branch information
NullVoxPopuli authored Feb 26, 2024
2 parents b8f9d0e + d3bec86 commit 4f701fd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,16 @@ use the `--release-it` flag
ember addon my-addon -b @embroider/addon-blueprint --yarn --release-it
```

#### `--typescript`

Sets up the new addon with [`typescript`](https://www.typescriptlang.org/) support.

Example:

```bash
ember addon my-addon -b @embroider/addon-blueprint --typescript
```

### Updating the addon

The blueprint supports `ember-cli-update` to update your addon with any changes that occurred in the blueprint since you created the addon. So to update your addons boilerplate, simply run `ember-cli-update` (or `npx ember-cli-update` if you haven't installed it globally).
Expand Down

0 comments on commit 4f701fd

Please sign in to comment.