https://github.com/maxdeviant/danger-plugin-pr-hygiene
A Danger plugin for enforcing good PR hygiene
https://github.com/maxdeviant/danger-plugin-pr-hygiene
danger danger-js danger-plugin
Last synced: about 1 month ago
JSON representation
A Danger plugin for enforcing good PR hygiene
- Host: GitHub
- URL: https://github.com/maxdeviant/danger-plugin-pr-hygiene
- Owner: maxdeviant
- License: mit
- Created: 2022-08-17T00:10:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-22T22:32:15.000Z (5 months ago)
- Last Synced: 2025-02-15T09:16:33.068Z (3 months ago)
- Topics: danger, danger-js, danger-plugin
- Language: Gleam
- Homepage:
- Size: 183 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-danger - danger-plugin-pr-hygiene - A Danger plugin for enforcing good PR hygiene. (Plugins / TypeScript (danger-js))
README
# danger-plugin-pr-hygiene
[](https://www.npmjs.com/package/danger-plugin-pr-hygiene)
[](https://github.com/maxdeviant/danger-plugin-pr-hygiene/actions/workflows/ci.yml)A [Danger](https://danger.systems/js/) plugin for enforcing good PR hygiene.
## Installation
```sh
npm install -D danger-plugin-pr-hygiene
```## Usage
In your `Dangerfile`:
```ts
import { prHygiene } from "danger-plugin-pr-hygiene";prHygiene();
```