Skip to content
/ hooky Public

Utility to install git hooks from the repo and keeping them in sync

Notifications You must be signed in to change notification settings

kivS/hooky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hooky

Utility to install git hooks from the repo and keeping them in sync

How to use

  • Run directly

    deno run --allow-write --allow-read https://deno.land/x/hooky/main.ts <hook file | hooks folder>
    # or we can run it directly from github 
    deno run --allow-write --allow-read https://raw.githubusercontent.com/kivS/hooky/main/main.ts <hook file | hooks folder>
  • Install as script

    deno install --allow-read --allow-write https://deno.land/x/hooky/main.ts
    # then we can run it like so
    hooky <hook file | hooks folder>

About

Utility to install git hooks from the repo and keeping them in sync

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published