astro-integration-kit icon indicating copy to clipboard operation
astro-integration-kit copied to clipboard

A package that contains utilities to help you build Astro integrations.

Results 9 astro-integration-kit issues
Sort by recently updated
recently updated
newest added

This is more of an RFC I guess, but what do we think about a utility that lets the author create and read files inside a hidden folder just for...

enhancement
help wanted
feat: utility

Right now it's not a great contribution experience to require contributors (especially first time ones) to run `pnpm lint:fix`. It would be great to have an action that runs on...

enhancement
help wanted
good first issue

Needs another export (see astro-env)

feat: guide

A plugin may define a dependency on another plugin, an idea of API: ```ts import { otherPlugin } from "./other-plugin.js" export const dependentPlugin = definePlugin({ name: "foo", hook: "astro:config:setup", dependsOn:...

enhancement
help wanted
question

Reference: https://discord.com/channels/830184174198718474/1197638002764152843/1199038311319224420

feat: guide

I was told it's possible to do some black magic here: > Please don't do what I'm about to say, but you can hack around that... > In your postinstall...

enhancement
help wanted

1. is virtual-module.astro a test page for fake integration named astro-integration-kit 2. if so ,why there is prefix virtual:? since we build this lib under package and pnpm add to...

`addDts` breaks after deleting the `src/env.d.ts` file inside a project. Series of events: 1. User deletes `src/env.d.ts` file inside a project 2. User gets an error that the `src/env.d.ts` file...

bug