diff --git a/.changeset/rare-pumpkins-end.md b/.changeset/rare-pumpkins-end.md new file mode 100644 index 000000000000..c7a48d5f03c2 --- /dev/null +++ b/.changeset/rare-pumpkins-end.md @@ -0,0 +1,5 @@ +--- +'create-astro': patch +--- + +`create-astro` help info add `--typescript` flag diff --git a/packages/create-astro/README.md b/packages/create-astro/README.md index a7f721d57fb8..0b0c9813c309 100644 --- a/packages/create-astro/README.md +++ b/packages/create-astro/README.md @@ -47,6 +47,7 @@ May be provided in place of prompts | `--no` (`-n`) | Skip all prompt by declining defaults. | | `--dry-run` | Walk through steps without executing. | | `--skip-houston` | Skip Houston animation. | +| `--typescript