Allows the user to import GitHub Gists by ID through an Astro Component and Octokit
Go to file
Adam Matthiesen d82d32194b
Merge pull request #9 from MatthiesenXYZ/changeset-release/main
chore: update versions
2024-02-24 02:16:32 -08:00
.changeset chore: update versions 2024-02-24 10:15:39 +00:00
.github Update changeset-main.yml 2024-02-24 02:10:11 -08:00
.vscode Initial commit 2024-02-23 18:44:44 -08:00
package chore: update versions 2024-02-24 10:15:39 +00:00
playground well shit... its working 2024-02-24 01:47:57 -08:00
.gitignore Initial commit 2024-02-23 18:44:44 -08:00
.npmrc chore: update versions 2024-02-24 10:15:39 +00: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
biome.json Initial commit 2024-02-23 18:44:44 -08:00
package.json update 2024-02-24 02:12:10 -08:00
pnpm-lock.yaml well shit... its working 2024-02-24 01:47:57 -08:00
pnpm-workspace.yaml well shit... its working 2024-02-24 01:47:57 -08:00

README.md

Astro-Gists

Allows the user to import GitHub Gists by ID through an Astro Component and Octokit

To see how to get started, check out the package README

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 AdamMatthiesen Under MatthiesenXYZ.