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

https://github.com/jonathanxdr/git-rayso-exporter

Automatically export changed files from your Git repository and transform the code into beautiful images using Puppeteer and ray.so. Perfect for visualizing code diffs or sharing clean, styled code snippets.
https://github.com/jonathanxdr/git-rayso-exporter

Last synced: about 1 year ago
JSON representation

Automatically export changed files from your Git repository and transform the code into beautiful images using Puppeteer and ray.so. Perfect for visualizing code diffs or sharing clean, styled code snippets.

Awesome Lists containing this project

README

          

# Git-Rayso-Exporter

Automatically export changed files from your Git repository and transform the code into beautiful images using Puppeteer and ray.so. Perfect for visualizing code diffs or sharing clean, styled code snippets.

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run index.ts
```

This project was created using `bun init` in bun v1.1.29. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.