Astro
Quick start
Section titled “Quick start”tinkerise web astro my-astro-site --tailwindtinkerise web astro my-astro-site --no-git --no-installWhen to use
Section titled “When to use”Use astro when you want:
- Content-focused sites with strong performance defaults
- Island architecture for selective client-side interactivity
- First-class Markdown and MDX workflows
Prerequisites
Section titled “Prerequisites”- Node.js
>=18.17.1 npxavailable in your Node install
Unified flags
Section titled “Unified flags”| tinkerise flag | Native create-astro flag | Notes |
|---|---|---|
--typescript | (none) | Astro uses strict TypeScript defaults |
--tailwind | --add tailwindcss | Adds Tailwind integration during scaffold |
--no-git | --no-git | Skips git initialization |
--no-install | --no-install | Skips dependency install |
Framework-specific behavior
Section titled “Framework-specific behavior”- tinkerise delegates to
create-astro. - Astro TypeScript mode is effectively always on in current versions.
- Pass-through args are enabled.
Native pass-through example:
tinkerise web astro my-astro-site -- --template starlightGenerated output
Section titled “Generated output”You get the official Astro project scaffold, including:
src/pagesroutes and content-ready project structure- Astro configuration and package scripts
- Optional Tailwind integration when
--tailwindis selected
Related enhancements
Section titled “Related enhancements”Command reference
Section titled “Command reference”See full CLI flags: /reference/commands/