component-fbp

0.1.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i component-fbp

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • bergie