# eleventy mit Homebrew installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für eleventy in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:eleventy
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install eleventy
```

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:eleventy
- **Paketmanager:** Homebrew
- **Version:** 3.1.6
- **Quellzusammenfassung:** Simpler static site generator
- **Homepage:** <https://www.11ty.dev>
- **Repository:** <https://github.com/11ty/eleventy>
- **Zuletzt aktualisiert:** 2026-06-04T01:00:06Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- eleventy (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 3.1.6
## Projektgeschichte und Nutzung

Eleventy is a JavaScript static site generator that presents itself as a simpler alternative to Jekyll. It transforms directories of templates into HTML and supports Markdown, HTML, JavaScript, Liquid, Nunjucks, and many add-on template formats.

### Projektgeschichte

The Eleventy repository was created in November 2017. It emerged during a period when static site generators were splitting between Ruby-era tools such as Jekyll, JavaScript build pipelines, and newer content-first approaches.

Eleventy differentiated itself by keeping the build tool close to content: many template languages, no required client-side JavaScript, and a configuration file only when needed. Official releases reached v1.0.0 in January 2022, v2.0.0 in February 2023, and v3.0.0 in October 2024.

By 2026 the GitHub repository had been renamed under the Build Awesome branding, while the public docs and package ecosystem continued to preserve the Eleventy identity and backwards-compatible install path.

### Adoptionsgeschichte

Eleventy became popular with web developers who wanted a fast, framework-light static generator that could still fit into npm, Markdown, and modern template workflows. Its official site emphasizes documentation, community channels, plugins, examples, and an npm-distributed package.

The project's adoption is also reflected in its release cadence and compatibility promises: the docs expose stable v3 documentation, older v0-v2 documentation, and v4 prereleases, while the README notes backwards-compatible installation using the historical `@11ty/eleventy` package name.

### Wie es verwendet wird

Developers use Eleventy to build blogs, documentation sites, marketing sites, and other mostly-static web projects from source templates. A project can start with content and templates, then add configuration files such as `eleventy.config.js` when it needs collections, passthrough copy, filters, plugins, or custom template behavior.

Package-manager users encounter Eleventy as both a CLI and an npm development dependency. The Homebrew formula exposes the `eleventy` executable, while most JavaScript projects install it locally through npm-compatible package managers.

### Warum Paket-Nerds sich dafür interessieren

Eleventy is significant because it is a package-manager-native static site generator that stayed deliberately boring in a JavaScript ecosystem often defined by heavy client frameworks. It is also a useful cataloging case: the brand, package name, CLI name, docs site, and renamed GitHub repository do not all use the same string.

### Zeitleiste

- 2017: GitHub repository created.
- 2022: Eleventy v1.0.0 released.
- 2023: Eleventy v2.0.0 released.
- 2024: Eleventy v3.0.0 released.
- 2026: v3.1.6 stable and v4.0.0 alpha releases visible in official release metadata.

### Related projects

- Eleventy is commonly compared with Jekyll, Hugo, Astro, Next.js static export workflows, and other static site generators. It also sits near Markdown processors, Liquid and Nunjucks templating, npm build tooling, and plugin ecosystems.

### Quellen

- <https://github.com/11ty/buildawesome>
- <https://github.com/11ty/eleventy>
- <https://raw.githubusercontent.com/11ty/eleventy/main/README.md>
- <https://www.11ty.dev/docs/>
- <https://www.11ty.dev/blog/eleventy-v1/>
- <https://www.11ty.dev/blog/eleventy-v2/>
- <https://www.11ty.dev/blog/eleventy-v3/>
- <https://api.github.com/repos/11ty/eleventy>
- <https://api.github.com/repos/11ty/eleventy/releases>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: .eleventy.js, eleventy.config.js, eleventy.config.mjs, eleventy.config.cjs

## Combined YAML source

View the package source record on GitHub. [combined/eleventy.yml](https://github.com/mxcl/pkgdb/blob/main/combined/eleventy.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
