0.0.9 • Published 12 years ago
bor v0.0.9
bearded-octo-robot
A crazy fast async JavaScript pre-processor with an even crazier name.
Install
stable
npm install bor
edge
npm install https://github.com/daxxog/bearded-octo-robot/tarball/master
Usage
source file
/*!! include "includeme.js" !!*/
/*!! include "includeme.js" !!*/
/*!! define CONST "HELLO !!*/
console.log(CONSThello);
calling
var bor = require('bor');
bor.define('hello', ' world!"').robot('./octo.js', function(data) {
console.log('//BEARD!!\n' + data);
});