Détail du package

coz-bud-compiler

coz-labo13.2kMIT3.0.4

Bud compiler for coz.

coz, bud, compiler

readme

coz-bud-compiler

Build Status npm Version JS Standard

Bud compiler for coz.

Installation

npm install coz-bud-compiler --save

Usage

'use strict'

const cozBudCompiler = require('coz-bud-compiler')

async function main() {
  let compiler = cozBudCompiler({
    resolveTmpl() {
      /*...*/
    },
    resolveEngine() {
      /*...*/
    }
  })

  const buds = await compiler.compile({/*bud*/ })
}

void main()

License

This software is released under the MIT License.

Links