Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 296 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 296 Bytes

Gigit

Cara mudah mendefinisikan Git Hooks

Instalasi

npm i -g @mzaini30/gigit

Cara Pakai

Buat file gigit.json yang isinya seperti ini:

{
  "pre-commit": "npm run preCommit",
  "pre-push": "npm run prePush"
}

Lalu, install Git Hooks dengan perintah gigit