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

Package detail

coz-bud-loader

coz-labo6.7kMIT3.0.3

Bud loader for coz.

coz, bud, loader

readme

coz-bud-loader

Build Status npm Version JS Standard

Bud loader for coz.

Installation

npm install coz-bud-loader --save

Usage

'use strict'

const cozBudLoader = require('coz-bud-loader')

let loader = cozBudLoader({})

loader.load('**/.*.bud').then((bud) => {
  /* ... */
})

License

This software is released under the MIT License.