UNPKG

affiance

Version:

A configurable and extendable Git hook manager for node projects

9 lines (8 loc) 404 B
#! /usr/bin/env node console.log(); console.log('Install affiance hooks by running the following command from your Git repo root:'); console.log(' ./node_modules/.bin/affiance install'); console.log(); console.log('If you are using the default configuration or otherwise have signatures enabled, and you trust this installation run:'); console.log(' ./node_modules/.bin/affiance sign'); console.log();