coz-bud-compiler

3.0.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i coz-bud-compiler

Weekly Downloads

312

Version

3.0.4

License

MIT

Unpacked Size

17.1 kB

Total Files

31

Last publish

Collaborators

  • okunishinishi