Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

coz-bud-writer

coz-labo6.7kMIT3.0.5

Bud writer for coz.

coz, bud, writer

readme

coz-bud-writer

Build Status npm Version JS Standard

Bud writer for coz.

Installation

npm install coz-bud-writer --save

Usage

var cozBudWriter = require('coz-bud-writer');

var writer = cozBudWriter({});

writer.write('**/.*.bud', function (err, buds) {
    /*...*/
});

License

This software is released under the MIT License.