coz-bud-loader

Bud loader for coz.

Usage no npm install needed!

<script type="module">
  import cozBudLoader from 'https://cdn.skypack.dev/coz-bud-loader';
</script>

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.

Links