pnpm-astro-monorepo-template/package
Adam Matthiesen e4c833f5be init 2024-03-06 11:27:27 -08:00
..
src init 2024-03-06 11:27:27 -08:00
LICENSE init 2024-03-06 11:27:27 -08:00
README.md init 2024-03-06 11:27:27 -08:00
package.json init 2024-03-06 11:27:27 -08:00
tsconfig.json init 2024-03-06 11:27:27 -08:00

README.md

PACKAGE-NAME

DESCRIPTION

Installation

Install the integration automatically using the Astro CLI:

pnpm astro add PACKAGE-NAME
npm astro add PACKAGE-NAME
yarn astro add PACKAGE-NAME

Or install it manually:

  1. Install the required dependencies
pnpm add PACKAGE-NAME
npm install PACKAGE-NAME
yarn add PACKAGE-NAME
  1. Add the integration to your astro config
+import PACKAGE-NAME from "PACKAGE-NAME";

export default defineConfig({
  integrations: [
+    PACKAGE-NAME(),
  ],
});

Basic Usage

Contributing

This package is structured as a monorepo:

  • playground contains code for testing the package
  • package contains the actual package

Install dependencies using pnpm:

pnpm i --frozen-lockfile

Start the playground:

pnpm playground:dev

You 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 Adam M..

Acknowledgements

TODO: