https://github.com/stormwarning/danger-plugin-prfect
Enforce guidelines for high-quality pull requests
https://github.com/stormwarning/danger-plugin-prfect
danger-js danger-plugin pull-requests
Last synced: 7 months ago
JSON representation
Enforce guidelines for high-quality pull requests
- Host: GitHub
- URL: https://github.com/stormwarning/danger-plugin-prfect
- Owner: stormwarning
- License: isc
- Created: 2022-02-12T05:58:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T20:22:30.000Z (over 3 years ago)
- Last Synced: 2025-02-28T14:11:23.319Z (7 months ago)
- Topics: danger-js, danger-plugin, pull-requests
- Language: TypeScript
- Homepage:
- Size: 513 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# danger-plugin-prfect
[![npm version][npm-img]][npm-url]
> Enforce guidelines for high-quality pull requests.
```sh
npm install --save-dev danger-plugin-prfect
```## Usage
```js
// dangerfile.js
import { checkTitle } from 'danger-plugin-prfect'checkTitle()
```### checkTitle
Checks for subject length, ~~capitalisation,~~ ~~trailing punctuation,~~ and
imperative mood.[npm-url]: https://www.npmjs.com/package/danger-plugin-prfect
[npm-img]: https://img.shields.io/npm/v/danger-plugin-prfect.svg?style=flat-square