Flow-Based Programming Manifest Tools
This repository provides a schema for Flow-Based Programming manifest (fbp.json
) files, as well as tools for populating and validating them. The purpose of FBP manifest files is to provide a platform-agnostic registry of flow-based components available in a project.
Manifest files can be used by the FBP runtimes themselves for component loading, and is also useful for development tools like Flowhub or DrawFBP.
Status
Prototyping
Tools
fbp-manifest-list
: Discover available components and list themfbp-manifest-stats
: Show component reuse statistics for a projectfbp-manifest-validate
: Validate a FBP manifest file against the schema
Background