| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Component plugin for requiring FBP files
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
| Back | FazBrowse Home | New Git URL |