@domain-expansion/astro
v1.0.0
Published
Expanding™ the™ bits™ since™ 2024-12-12™
Readme
@domain-expansion/astro
This is an Astro integration that Expands the Domain!
It adds Incremental Builds to Astro projects.
Usage
Installation
Install the integration automatically using the Astro CLI:
pnpm astro add @domain-expansion/astronpx astro add @domain-expansion/astroyarn astro add @domain-expansion/astroOr install it manually:
- Install the required dependencies
pnpm add @domain-expansion/astronpm install @domain-expansion/astroyarn add @domain-expansion/astro- Add the integration to your astro config
+import domainExpansion from "@domain-expansion/astro";
export default defineConfig({
integrations: [
+ domainExpansion(),
],
});Contributing
This package is structured as a monorepo:
playgroundcontains code for testing the packagepackagecontains the actual packagedocscontains the documentation
Install dependencies using pnpm:
pnpm i --frozen-lockfileStart the playground and package watcher:
pnpm playground:devYou can now edit files in package. Please note that making changes to those files may require restarting the playground dev server.
Licensing
MIT Licensed. Made with ❤️ by the Domain Expansion.
