JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1556
  • Score
    100M100P100Q128222F
  • License MIT

Bud writer for coz.

Package Exports

  • coz-bud-writer

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-writer) 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-writer

Build Status Code Climate Code Coverage 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.