Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/morinokami/astro-integration-template
- Owner: morinokami
- License: mit
- Created: 2023-12-10T11:47:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T13:28:13.000Z (about 2 months ago)
- Last Synced: 2024-09-14T23:28:22.995Z (about 2 months ago)
- Language: Astro
- Homepage:
- Size: 248 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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