https://github.com/simse/stamp
Git tool that embeds test patches directly in PR descriptions for quick sharing and application.
https://github.com/simse/stamp
Last synced: about 1 month ago
JSON representation
Git tool that embeds test patches directly in PR descriptions for quick sharing and application.
- Host: GitHub
- URL: https://github.com/simse/stamp
- Owner: simse
- Created: 2025-03-06T19:10:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-10T21:29:53.000Z (about 1 year ago)
- Last Synced: 2025-12-26T10:50:27.401Z (5 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@simse/stamp
- Size: 45.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stamp 🔖
A Git tool that automatically embeds test patches directly in your PR descriptions using the GitHub CLI, making sharing and applying testing changes quick and seamless. ✨
## Usage 🚀
Create a patch and ✨**automatically**✨ embed it in your PR description:
```bash
npx @simse/stamp create
```

Apply a patch from a PR description:
```bash
npx @simse/stamp use
```

_Look ma, no hands! Or almost no hands..._
## Requirements 📋
- Github
- Github CLI (`gh`) installed and authenticated
- Git
## How it works ⚙️
Stamp uses GitHub CLI to:
1. Generate a patch from your changes
2. Automatically embed the patch in your PR description
3. Allow others to apply those changes with a single command