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.
- Create a new repository using this template.
- Clone the repository to your local machine.
- Install Bun if you haven't already.
- Run
bun install
in the root of the repository to install the dependencies. - Open
TODO.md
and follow the instructions.
TODO