Skip to content

Tutorial04 Using programmatic API

Taka Okunishi edited this page Jun 10, 2015 · 16 revisions
var coz = require('coz');

// Render .bud files.
coz.render([
    '**/.*.bud'
], function(err){
    console.log(err ? err: 'Done!');
});

This file is rendered from: "/Users/okuni/projects/coz/docs/examples/05-exec-bud-itself/.exec-me.txt.bud"

See also

Tutorials

Links

Clone this wiki locally