From b966334bf8c67cc82999d8b0962db15c8121bab7 Mon Sep 17 00:00:00 2001 From: Michael Gattozzi Date: Fri, 22 Nov 2019 09:52:39 -0500 Subject: Add hooked and empty inited hooks from the tool This adds the hooked binary to the dev-suite repo as well as a stub for a program to be used in this workflow! Hooked works by adding the hooks into the repo and setting them to executable and linking them into the hooks directory under .git. This means hooks get to travel with the repo and are source controlled. All a dev needs to do is run the init command and hooked will symlink them all for them. No need to remember how ln works. It's all handled for you. Future work will iterate about what hooks that dev-suite supplies as part of the script. This will involve configuration files and per repo settings are something that will need to be thought about. Closes Issue #2 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5651345..3d82563 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,4 +2,5 @@ members = [ "shared", "ticket", + "hooked", ] -- cgit v1.2.3