FBL
  • About FBL
  • Flows
    • Hello World
    • Templates
    • Template Functions
    • Metadata Fields
  • Plugins
    • Flow Control
    • Context State
    • Execute (Shell & JavaScript)
    • File System
    • CLI Prompts
    • Execution Reporters
    • Common Options
  • Anti-Patterns & Pitfalls
    • Sequence Action Handler - "shareParameters" option
  • Packages
  • Glossary
Powered by GitBook
On this page
  • Default Plugins
  • Official FBL Plugins
  • Plugin Development

Was this helpful?

Plugins

PreviousMetadata FieldsNextFlow Control

Last updated 5 years ago

Was this helpful?

Plugins is a key concept of fbl to extend its capabilities. FBL by itself distributed with handful .

Default Plugins

FBL distributed with few handful plugins:

Official FBL Plugins

FBL offers additional open source plugins that can be found by following the (link)[].

Additionally FireBlink is open to provide services to create specific closed source / open source plugins for your business needs.

Plugin Development

Start with creating new plugin with .

You can also review the of the default plugins as a starting point.

source code
Flow Execution Control
Context Manipulation
Commands and Scripts Execution
File System Operations
Interactive User Prompts
Execution Reporters
https://www.npmjs.com/org/fbl-plugins
project generator
plugins