blinder-cert
v1.0.5
Published
A package to register certification at blinder
Readme
Blinder certification hook
This project provides automatic certification for every git commits.
Reference https://blinder.ai/copyright/
- Authored by TxTech: https://github.com/tommyxdev/
Uninstall guide
- uninstall node package with following command
npm uninstall blinder-cert- remove hook from ./.git/hook/pre-push
npx blindercert
# Check if the script exited with a non-zero status
if [ $? -ne 0 ]; then
echo "pre-push hook failed. Push aborted."
exit 1
fi
exit 0