|
@aero-js/cli
|
Command-line tools for Aero: **`aero check`** (validate config, content collections, and templates without starting a server) and **`aero doctor`** (environment checklist). |
MIT |
1
greenflagged
/ 1 total
|
|
@aero-js/compiler
|
— |
MIT |
1
greenflagged
/ 1 total
|
|
@aero-js/config
|
Typed Aero configuration and Vite config factory. Used by `aero.config.ts` and the dev/build entry to produce the final Vite config (Aero plugin, optional content plugin, and user overrides). |
MIT |
4
greenflagged
/ 4 total
|
|
@aero-js/content
|
Content collections for Aero: load Markdown (and other files) with frontmatter, validate with Standard Schema (Zod, ArkType, Valibot, etc.), and render to HTML. Powers the `aero:content` virtual module and optional content plugin. |
MIT |
4
greenflagged
/ 4 total
|
|
@aero-js/core
|
The core package of the Aero static site generator. It provides the compiler, runtime, and Vite plugin that power Aero’s HTML-first template engine, component system, and build pipeline. |
MIT |
4
greenflagged
/ 4 total
|
|
@aero-js/create
|
Scaffold a new [Aero](https://github.com/jamiewilson/aero) project. Aero is an HTML-first static site generator powered by Vite, with optional Nitro support for APIs and server features. |
MIT |
4
greenflagged
/ 4 total
|
|
@aero-js/diagnostics
|
Structured `AeroDiagnostic` types, terminal/browser formatters, PostCSS/CSS error bridging, Effect Cause mapping, and dev SSR error transport (`x-aero-diagnostics`). |
MIT |
1
greenflagged
/ 1 total
|
|
@aero-js/highlight
|
Shared Shiki syntax highlighting utility for the Aero framework. |
MIT |
4
greenflagged
/ 4 total
|
|
@aero-js/html-parser
|
Minimal vscode-html-languageservice parser wrapper for Aero tooling (LS + VS Code) |
MIT |
1
greenflagged
/ 1 total
|
|
@aero-js/interpolation
|
— |
MIT |
4
greenflagged
/ 4 total
|
|
@aero-js/language-server
|
Volar-based language server for Aero templates |
MIT |
4
greenflagged
/ 4 total
|
|
@aero-js/starter-fullstack
|
Full-stack Aero template with Nitro enabled from day one. Includes `nitro.config.ts`, API routes, Nitro cache/storage/database examples, a task, a plugin, and a `preview:api` command. |
MIT |
1
greenflagged
/ 1 total
|
|
@aero-js/starter-minimal
|
Minimal Aero template: one layout, index + about, `site.ts` only. No server, no content collections, no Alpine/HTMX. Use with `pnpm create @aero-js my-app` (default) or `pnpm create @aero-js my-app --template minimal`. |
MIT |
1
greenflagged
/ 1 total
|
|
@aero-js/template-minimal
|
Minimal Aero template: one layout, index + about, `site.ts` only. No server, no content collections, no Alpine/HTMX. Use with `pnpm create @aero-js my-app` (default) or `pnpm create @aero-js my-app --template minimal`. |
MIT |
3
greenflagged
/ 3 total
|
|
@aero-js/vite
|
— |
MIT |
4
greenflagged
/ 4 total
|