astro-gists/package
Adam Matthiesen c329245917 update all todos 2024-02-23 19:34:15 -08:00
..
src update all todos 2024-02-23 19:34:15 -08:00
LICENSE update all todos 2024-02-23 19:34:15 -08:00
README.md update all todos 2024-02-23 19:34:15 -08:00
package.json update all todos 2024-02-23 19:34:15 -08:00
tsconfig.json Initial commit 2024-02-23 18:44:44 -08:00

README.md

Astro-Gists

This is an Astro integration that allows the user to import GitHub Gists by ID through an Astro Component and Octokit

Usage

Prerequisites

TODO:

Installation

Install the integration automatically using the Astro CLI:

pnpm astro add @matthiesenxyz/astro-gists
npx astro add @matthiesenxyz/astro-gists
yarn astro add @matthiesenxyz/astro-gists

Or install it manually:

  1. Install the required dependencies
pnpm add @matthiesenxyz/astro-gists
npm install @matthiesenxyz/astro-gists
yarn add @matthiesenxyz/astro-gists
  1. Add the integration to your astro config
+import integration from "@matthiesenxyz/astro-gists";

export default defineConfig({
  integrations: [
+    integration(),
  ],
});

Configuration

TODO:configuration

Licensing

MIT Licensed. Made with ❤️ by AdamMatthiesen Under MatthiesenXYZ.

Acknowledgements

TODO: