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: 4 months ago
JSON representation

A Danger plugin for enforcing good PR hygiene

Lists

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=master)](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
yarn add -D danger-plugin-pr-hygiene
```

#### npm

```sh
npm install -D danger-plugin-pr-hygiene
```

## Usage

In your `Dangerfile`:

```ts
import { prHygiene } from 'danger-plugin-pr-hygiene';

prHygiene();
```