@simse/stamp
v0.1.3
Published
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. ✨
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:
npx @simse/stamp create
Apply a patch from a PR description:
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:
- Generate a patch from your changes
- Automatically embed the patch in your PR description
- Allow others to apply those changes with a single command
