Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

flowbased/component-fbp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Component plugin for requiring FBP files

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published