|
||
---|---|---|
.. | ||
src | ||
LICENSE | ||
README.md | ||
package.json | ||
tsconfig.json |
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:
- Install the required dependencies
pnpm add @matthiesenxyz/astro-gists
npm install @matthiesenxyz/astro-gists
yarn add @matthiesenxyz/astro-gists
- 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: