astro-integration-template

Template for Astro integrations

MIT License

Stars
3

astro-integration-template

This is my opinionated template for creating Astro integrations, aimed at the best DX possible. It's primarily designed for my personal use, but I've made it accessible for anyone interested. The template comes with:

  • Bun for installing dependencies and managing a workspace.
  • Biome for linting and formatting.
  • GitHub Actions for CI.

Setup

  1. Create a new repository using this template.
  2. Clone the repository to your local machine.
  3. Install Bun if you haven't already.
  4. Run bun install in the root of the repository to install the dependencies.
  5. Open TODO.md and follow the instructions.

Project Structure

TODO