pnpm-astro-monorepo-template/package
dependabot[bot] 53f36b6147
Bump the prod-dependencies group with 1 update
Bumps the prod-dependencies group with 1 update: [astro-integration-kit](https://github.com/florian-lefebvre/astro-integration-kit).


Updates `astro-integration-kit` from 0.5.1 to 0.6.0
- [Release notes](https://github.com/florian-lefebvre/astro-integration-kit/releases)
- [Commits](https://github.com/florian-lefebvre/astro-integration-kit/compare/astro-integration-kit@0.5.1...astro-integration-kit@0.6.0)

---
updated-dependencies:
- dependency-name: astro-integration-kit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-18 23:09:06 +00: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 Bump the prod-dependencies group with 1 update 2024-03-18 23:09:06 +00: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: