[ci] format
This commit is contained in:
parent
139b0f54d9
commit
421257fc1c
1 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue