Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morinokami/astro-integration-template

Template for Astro integrations
https://github.com/morinokami/astro-integration-template

Last synced: about 1 month ago
JSON representation

Template for Astro integrations

Awesome Lists containing this project

README

        

# astro-integration-template

This is my opinionated template for creating Astro [integrations](https://docs.astro.build/en/reference/integrations-reference/), 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](https://bun.sh/) for installing dependencies and managing a workspace.
- [Biome](https://biomejs.dev/) for linting and formatting.
- [GitHub Actions](https://docs.github.com/en/actions) for CI.

## Setup

1. Create a new repository using this template.
2. Clone the repository to your local machine.
3. Install [Bun](https://bun.sh/) 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