From eff46626632283bfc67492bb251d4fd44e1cf2aa Mon Sep 17 00:00:00 2001 From: Rosen Vladimirov Date: Wed, 22 May 2019 21:29:11 +0300 Subject: [PATCH] test pr integration --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 64ff8d4..4d31c54 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ nativescript-hook ======================================= +t1 This module gives you an easier way to install hooks into NativeScript projects when using the `tns install ` command. A project hook is some sort of script that is configured to be executed when the NativeScript CLI executes some action. Hooks go into the `hooks/` folder of a project. For example, when `tns prepare ...` is executed, all script files in the `hooks/before-prepare/` and `hooks/after-prepare/` folders are executed, as well.