Update astro add
integrations list (#4574)
This commit is contained in:
parent
b5f3c0d735
commit
b92c24f409
2 changed files with 14 additions and 9 deletions
5
.changeset/nice-cups-mix.md
Normal file
5
.changeset/nice-cups-mix.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'astro': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Update `astro add` to list official integrations & adapters with same organisation we use in docs
|
|
@ -66,29 +66,29 @@ export default async function add(names: string[], { cwd, flags, logging, teleme
|
||||||
['--yes', 'Accept all prompts.'],
|
['--yes', 'Accept all prompts.'],
|
||||||
['--help', 'Show this help message.'],
|
['--help', 'Show this help message.'],
|
||||||
],
|
],
|
||||||
'Recommended: UI Frameworks': [
|
'UI Frameworks': [
|
||||||
['react', 'astro add react'],
|
['react', 'astro add react'],
|
||||||
['preact', 'astro add preact'],
|
['preact', 'astro add preact'],
|
||||||
['vue', 'astro add vue'],
|
['vue', 'astro add vue'],
|
||||||
['svelte', 'astro add svelte'],
|
['svelte', 'astro add svelte'],
|
||||||
['solid-js', 'astro add solid-js'],
|
['solid-js', 'astro add solid-js'],
|
||||||
['lit', 'astro add lit'],
|
['lit', 'astro add lit'],
|
||||||
|
['alpine', 'astro add alpine'],
|
||||||
],
|
],
|
||||||
'Recommended: Hosting': [
|
'SSR Adapters': [
|
||||||
['netlify', 'astro add netlify'],
|
['netlify', 'astro add netlify'],
|
||||||
['vercel', 'astro add vercel'],
|
['vercel', 'astro add vercel'],
|
||||||
['cloudflare', 'astro add cloudflare'],
|
|
||||||
['deno', 'astro add deno'],
|
['deno', 'astro add deno'],
|
||||||
|
['cloudflare', 'astro add cloudflare'],
|
||||||
|
['node', 'astro add node'],
|
||||||
],
|
],
|
||||||
'Recommended: Integrations': [
|
Others: [
|
||||||
['tailwind', 'astro add tailwind'],
|
['tailwind', 'astro add tailwind'],
|
||||||
|
['image', 'astro add image'],
|
||||||
|
['mdx', 'astro add mdx'],
|
||||||
['partytown', 'astro add partytown'],
|
['partytown', 'astro add partytown'],
|
||||||
['sitemap', 'astro add sitemap'],
|
['sitemap', 'astro add sitemap'],
|
||||||
],
|
['prefetch', 'astro add prefetch'],
|
||||||
'Example: Add an SSR Adapter': [
|
|
||||||
['netlify', 'astro add netlify'],
|
|
||||||
['vercel', 'astro add vercel'],
|
|
||||||
['deno', 'astro add deno'],
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
description: `For more integrations, check out: ${cyan('https://astro.build/integrations')}`,
|
description: `For more integrations, check out: ${cyan('https://astro.build/integrations')}`,
|
||||||
|
|
Loading…
Reference in a new issue