diff options
author | 2023-09-22 21:03:31 +0000 | |
---|---|---|
committer | 2023-09-22 21:03:31 +0000 | |
commit | 421257fc1c6d1d82efa46da59d3480f7241e3f68 (patch) | |
tree | 6b568fd7578a41c6ab5556362180ad0692c72b40 /packages/create-astro | |
parent | 139b0f54d9ad92059c4bca55a08c70c3c563a4e7 (diff) | |
download | astro-421257fc1c6d1d82efa46da59d3480f7241e3f68.tar.gz astro-421257fc1c6d1d82efa46da59d3480f7241e3f68.tar.zst astro-421257fc1c6d1d82efa46da59d3480f7241e3f68.zip |
[ci] format
Diffstat (limited to '')
-rw-r--r-- | packages/create-astro/README.md | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/packages/create-astro/README.md b/packages/create-astro/README.md index 0f9fbde5a..bfdfb13e3 100644 --- a/packages/create-astro/README.md +++ b/packages/create-astro/README.md @@ -45,19 +45,19 @@ npm create astro@latest my-astro-project -- --template cassidoo/shopify-react-as May be provided in place of prompts -| Name | Description | -| :--------------------------- | :--------------------------------------------------------- | -| `--help` (`-h`) | Display available flags. | -| `--template <name>` | Specify your template. | -| `--install` / `--no-install` | Install dependencies (or not). | -| `--git` / `--no-git` | Initialize git repo (or not). | -| `--yes` (`-y`) | Skip all prompts by accepting defaults. | -| `--no` (`-n`) | Skip all prompts by declining defaults. | -| `--dry-run` | Walk through steps without executing. | -| `--skip-houston` | Skip Houston animation. | -| `--ref` | Specify an Astro branch (default: latest). | -| `--fancy` | Enable full Unicode support for Windows. | -| `--typescript <option>` | TypeScript option: `strict` / `strictest` / `relaxed`. | +| Name | Description | +| :--------------------------- | :----------------------------------------------------- | +| `--help` (`-h`) | Display available flags. | +| `--template <name>` | Specify your template. | +| `--install` / `--no-install` | Install dependencies (or not). | +| `--git` / `--no-git` | Initialize git repo (or not). | +| `--yes` (`-y`) | Skip all prompts by accepting defaults. | +| `--no` (`-n`) | Skip all prompts by declining defaults. | +| `--dry-run` | Walk through steps without executing. | +| `--skip-houston` | Skip Houston animation. | +| `--ref` | Specify an Astro branch (default: latest). | +| `--fancy` | Enable full Unicode support for Windows. | +| `--typescript <option>` | TypeScript option: `strict` / `strictest` / `relaxed`. | [examples]: https://github.com/withastro/astro/tree/main/examples [typescript]: https://github.com/withastro/astro/tree/main/packages/astro/tsconfigs |