This repository shows what the javascript-library preset from oss-maintainer-kit looks like after scaffolding.
It was generated with:
npx oss-maintainer-kit init . \
--repo-name oss-maintainer-kit-javascript-example \
--maintainer "Blake Hampson" \
--preset javascript-libraryIt is a concrete example for package authors who want to inspect the JavaScript or TypeScript preset before using it on a real npm package or CLI.
AGENTS.md: package-oriented review guidancedocs/START_HERE.md: what the generated files are fordocs/MAINTAINER_WORKFLOW.md: how PRs, issues, and releases should be handled.github/workflows/codex-pr-review.yml: optional review automation.github/release-note-schema.yml: example structured release-note schema for package tooling
- package-focused review expectations
- clearer documentation around release and maintainer work
- better defaults for repositories that will likely publish code to others
- an optional structured release-note path for teams that automate package release metadata
- Main tool: https://github.com/BlakeHampson/oss-maintainer-kit
- npm package: https://www.npmjs.com/package/oss-maintainer-kit
