Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 381 Bytes

install-create-project.md

File metadata and controls

18 lines (14 loc) · 381 Bytes

Back to top

Installation via create-project

composer create-project --no-dev andkirby/commithook /path/to/commithook/ ~2.0@beta

And path to binary file will be:

$ /path/to/commithook/bin/commithook list

You may add alias in your .bashrc file.

alias commithook='/path/to/commithook/bin/commithook'

Back to top