Package Exports
- coz-bud
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (coz-bud) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
coz-bud
bud for coz
Usage
Create a new bud.
'use strict'
const bud = require('bud')
bud({})
Specification
Supported Properties
List of properties configurable in bud files.
| Name | Type | Default | Description |
|---|---|---|---|
| `` | string | object | 'handlebars' |
| `` | string | process.cwd() | Working directory path |
| `` | object | Data which template render with | |
| `` | boolean | false | Make parent directories if needed |
| `` | object | Optional settings for template engine | |
| `` | boolean | false | Should overwrite file when already exists, or not |
| `` | string | number | '644' |
| `` | string | Destination file path. If not provided, guess from bud file path | |
| `` | string | function | 'json' |
License
This software is released under the MIT License.