Skip to content

Commit

Permalink
Update README.md (#6274)
Browse files Browse the repository at this point in the history
  • Loading branch information
liruifengv authored Feb 17, 2023
1 parent d9474d4 commit 7a717d6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/create-astro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ May be provided in place of prompts

| Name | Description |
|:-------------|:----------------------------------------------------|
| `--template <name> | Specify your template. |
| `--install / --no-install | Install dependencies (or not). |
| `--git / --no-git | Initialize git repo (or not). |
| `--yes (-y) | Skip all prompt by accepting defaults. |
| `--no (-n) | Skip all prompt by declining defaults. |
| `--dry-run | Walk through steps without executing. |
| `--skip-houston | Skip Houston animation. |
| `--template <name>` | Specify your template. |
| `--install` / `--no-install` | Install dependencies (or not). |
| `--git` / `--no-git` | Initialize git repo (or not). |
| `--yes` (`-y`) | Skip all prompt by accepting defaults. |
| `--no` (`-n`) | Skip all prompt by declining defaults. |
| `--dry-run` | Walk through steps without executing. |
| `--skip-houston` | Skip Houston animation. |

[examples]: https://github.com/withastro/astro/tree/main/examples
[typescript]: https://github.com/withastro/astro/tree/main/packages/astro/tsconfigs

0 comments on commit 7a717d6

Please sign in to comment.