Skip to content
/ pole Public

Pole is the equipment to hook some git hooks

Notifications You must be signed in to change notification settings

johnforte/pole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pole

Pole is aimed in making git hooks easier to deploy and write.

Installing

npm install -g johnforte/pole

Usage

% git init
 Initialized empty Git repository
% pole init
Git repo is now setup for pole
% pole create test-2.js
You are ready to start developing at .git/hooks/pole/test-2.js

Now you are ready to use pole.

Develop all your modules in .git/hooks/pole, and they will automatically be loaded and passed an object...

{ hook: 'pre-commit', parameters: '', branch: 'master' }

About

Pole is the equipment to hook some git hooks

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published