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.
- Host: GitHub
- URL: https://github.com/jonathanxdr/git-rayso-exporter
- Owner: JonathanXDR
- License: mit
- Created: 2024-10-02T11:08:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-02T19:41:05.000Z (over 1 year ago)
- Last Synced: 2025-01-28T09:51:40.235Z (over 1 year ago)
- Language: TypeScript
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.