Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/higebu/pre-commit-email-domain
https://github.com/higebu/pre-commit-email-domain
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/higebu/pre-commit-email-domain
- Owner: higebu
- License: mit
- Created: 2020-03-25T15:47:08.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-25T16:01:25.000Z (almost 5 years ago)
- Last Synced: 2024-10-04T19:44:27.084Z (3 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pre-commit-email-domain
A [pre-commit](https://pre-commit.com/) hook to check email domain.
# Usage
Add this to your `.pre-commit-config.yaml`
```
- repo: https://github.com/higebu/pre-commit-email-domain
rev: master
hooks:
- id: check-email-domain
args: ["example.com"]
```