From 999eeae2a3637a600db95b224488c01101b470a1 Mon Sep 17 00:00:00 2001 From: Jake Bixby Date: Wed, 7 Oct 2015 21:51:01 -0700 Subject: [PATCH] added hooks to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b8ed23e..fad0a99 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ The options should contain a files object, as well as any of the following optio * podModulePrefix (string) * target (string) ('app', 'addon', 'inRepoAddon') * files (array) (object: {file (string): 'path-to-file', contains (array): ['file contents to compare']}) +* beforeGenerate (function) +* afterGenerate (function) +* beforeDestroy (function) +* afterDestroy (function) ``` var EOL = require('os').EOL;