Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
docs: ✏️ Add options
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepFromHeaven committed Sep 20, 2019
1 parent aee8397 commit 066b63f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# biotope-build-plugin-hbs
# biotope-build-plugin-hbs

## Options
| Property | Type | Optional | Default | Description |
|-------------------|----------|----------|-----------------------------------------------------------|----------------------------------------|
| `srcPatterns` | string[] | yes | `['src/components/**/scaffolding/*.hbs']` | The handlebars templates to compile |
| `partialPatterns` | string[] | yes | `['src/components/**/*.hbs']` | The partials to register for compiling |
| `dataPatterns` | string[] | yes | `['src/components/**/*.json', 'src/resources/**/*.json']` | The data to use to fill the partials. |

0 comments on commit 066b63f

Please sign in to comment.