0.1.1 • Published 8 years ago

component-fbp v0.1.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

component-fbp

Component plugin for requiring FBP files

Usage

var fbp = require("component-fbp");

builder.use(fbp());
// my-app.js

var graph = require("./mygraph.fbp");

console.log(graph.nodes);
# mygraph.fbp
'Hello World' -> IN Show(core/Output)

Or use directly with component-build

$ npm install component-fbp
$ component build --use component-fbp