Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:24:30.000Z (about 1 month ago)
- Last Synced: 2024-12-22T22:25:16.814Z (about 1 month ago)
- Topics: danger, danger-js, danger-plugin
- Language: Gleam
- Homepage:
- Size: 238 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
[![npm](https://img.shields.io/npm/v/danger-plugin-pr-hygiene.svg?maxAge=3600)](https://www.npmjs.com/package/danger-plugin-pr-hygiene)
[![CI](https://github.com/maxdeviant/danger-plugin-pr-hygiene/actions/workflows/ci.yml/badge.svg?branch=main)](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();
```