Skip to content

Commit

Permalink
added hooks to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
trabus committed Oct 8, 2015
1 parent abae588 commit 999eeae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 999eeae

Please sign in to comment.