Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.md only: npm init astro --> npm create astro (#4760)
* .md only: npm init astro --> npm create astro For consistency with withastro/docs#360. Docs always use `npm create astro` (never `npm init astro`), README.md files in this repo should do the same. Search: `\b(npm|yarn|pnpm) init astro\b` Replace: `$1 create astro` Except for two instances: 1. `packages/create-astro/CHANGELOG.md` -- skipped because changelog. 2. `packages/create-astro/test/create-astro.test.js.skipped` -- skipped, old test disabled in withastro/astro#3168. * docs: add `@latest` to `npm create astro` Co-authored-by: Bjorn Lu <[email protected]> Co-authored-by: Michael Rienstra <[email protected]>
- Loading branch information