0408376281
* feat(create-astro): add houston, improve prompts * refactor(create-astro): move to giget * chore: add changeset * chore: update lockfile * test(create-astro): update tests to match new output * chore: prefer named functions * fix: update template prompt * fix: update typescript message * chore: add explicit --skip-houston flag * test(create-astro): skip flaky typescript test Co-authored-by: Nate Moore <nate@astro.build>
15 lines
436 B
Markdown
15 lines
436 B
Markdown
---
|
|
'create-astro': minor
|
|
---
|
|
|
|
Introducing your new automated assistant: Houston! 🎉
|
|
|
|
```
|
|
╭─────╮ Houston:
|
|
│ ◠ ◡ ◠ Initiating launch sequence... right... now!
|
|
╰─────╯
|
|
```
|
|
|
|
Updates template and TypeScript prompts for clarity and friendliness.
|
|
|
|
Migrates template copying from [`degit`](https://github.com/Rich-Harris/degit) (unmaintained) to [`giget`](https://github.com/unjs/giget) for stability.
|