check-authors-certificate
v1.1.1
Published
find Git commit authors who are not listed in AUTHORS
Readme
Find Git commit authors who are not listed in AUTHORS
$ npm install --save-dev check-authors-certificateThen update your test npm script in package.json:
{
"scripts": {
"test": "run your tests && npm run check-authors",
"check-authors": "check-authors-certificate"
}
}