@peezy.tech/patch-moi-harness
v0.1.3
Published
Tiny releaseable npm package used to exercise patch.moi fork maintenance.
Readme
patch-moi-harness
Tiny releaseable npm package used to exercise patch.moi fork maintenance.
The repository is intentionally small so patch.moi can iterate quickly against the whole maintenance loop:
- GitHub is the upstream release surface.
- npm is published from GitHub Actions with trusted publishing.
- A maintained fork can carry a small patch stack on another forge.
Usage
npx @peezy.tech/patch-moi-harness patch.moiimport { buildInfo, greet } from "@peezy.tech/patch-moi-harness";
console.log(greet("patch.moi"));
console.log(buildInfo());Release
Releases are tag-driven:
git tag v0.1.3
git push origin main v0.1.3The npm trusted publisher should be configured for:
- GitHub organization/user:
peezy-tech - GitHub repository:
patch-moi-harness - Workflow filename:
publish.yml - Environment:
npm-publish
