Skip to content

Commit

Permalink
chore(create-astro): Added create project using pnpm (#8340)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea authored Sep 13, 2023
1 parent 4e395a6 commit 9552ef1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/create-astro/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ npm create astro@latest
yarn create astro
```

**With PNPM:**

```bash
pnpm create astro
```

`create-astro` automatically runs in _interactive_ mode, but you can also specify your project name and template with command line arguments.

```bash
Expand All @@ -22,6 +28,9 @@ npm create astro@latest my-astro-project -- --template minimal

# yarn
yarn create astro my-astro-project --template minimal

# pnpm
pnpm create astro my-astro-project --template minimal
```

[Check out the full list][examples] of example templates, available on GitHub.
Expand Down

0 comments on commit 9552ef1

Please sign in to comment.