5.0.1 • Published 5 years ago

coz-bud v5.0.1

Weekly downloads
477
License
MIT
Repository
github
Last release
5 years ago

coz-bud

Build Status npm Version JS Standard

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.

NameTypeDefaultDescription
| string|object | 'handlebars' | Template engine name or engine itself
| 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' | Permission of generated files. (eg., '444' for readonly files)
| string | | Destination file path. If not provided, guess from bud file path
| string|function | 'json' | Template file path or registered template name or template function

License

This software is released under the MIT License.

Links

5.0.1

5 years ago

5.0.0

5 years ago

4.0.1

8 years ago

4.0.0

8 years ago

3.0.2

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.0.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago