
Monorepo for all Eleventy plugins.
Eleventy packages offer a streamlined approach to developing various plugins and a powerful command-line interface (CLI) within a monorepository environment. This collection is designed for developers looking to enhance their Eleventy projects with a variety of features and functionalities. Each package is meticulously documented, making it easy for users to understand the behavior and implementation of each plugin.
Whether you want to add compressed assets, integrate progressive web app features, or manage styles and scripts, this repository provides essential tools to elevate your web development experience. Eleventy packages aim to facilitate collaboration and efficiency by organizing tools and resources in a coherent structure that emphasizes ease of use.
eleventy-plugin-compress, eleventy-plugin-pwa-icon, and more to enhance your projects with minimal effort.
11ty is a static site generator that allows developers to build fast, modern websites using HTML, Markdown, and other templating languages, without the need for a complex build system.
RollupJS is a popular and efficient JavaScript module bundler that takes the code from multiple modules and packages them into a single optimized file, minimizing the overall size of the application and improving its performance.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.