You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Taka Okunishi edited this page Jun 10, 2015
·
7 revisions
Auto filling properties.
Configurable properteis.
Name
Type
Description
engine | string|object | Template compile function or name of function |
cwd | string | Working directory path |
data | object | Data to template render with |
mkdirp | boolean | Make parent directories if needed |
setup | object | Properties to set engine |
force | boolean | Should overwrite file when already exists, or not |
mode | string|number | File permission |
path | string | Destination file path. If not provided, guess from bud file path |
tmpl | string|function | Template file path or registered template name or template function |