astro/packages
Michael Rienstra a800bf7ec1
.md only: npm init astro --> npm create astro (#4760)
* .md only: npm init astro --> npm create astro

For consistency with https://github.com/withastro/docs/pull/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 https://github.com/withastro/astro/pull/3168.

* docs: add `@latest` to `npm create astro`
Co-authored-by: Bjorn Lu <bjorn@bjornlu.com>

Co-authored-by: Michael Rienstra <michael@goodmoney.com>
2022-09-16 12:40:06 -05:00
..
astro [ci] format 2022-09-16 15:31:14 +00:00
astro-prism [ci] release (#4249) 2022-08-11 16:50:59 -07:00
astro-rss [ci] release (#4707) 2022-09-12 15:08:39 -04:00
create-astro .md only: npm init astro --> npm create astro (#4760) 2022-09-16 12:40:06 -05:00
integrations [ci] release (#4761) 2022-09-15 14:05:25 -04:00
markdown [ci] release (#4520) 2022-08-30 12:45:04 -04:00
telemetry Astro 1.0.0 (#4214) 2022-08-09 11:10:25 -05:00
webapi docs: specify lang for a codeblock (#4314) 2022-08-15 15:34:45 +08:00