Table of Contents generated with DocToc
This directory contains tools for developing React-based Airflow plugins that can be dynamically loaded into the Airflow UI.
These tools help you create React plugin projects that:
bootstrap.py - CLI tool to create new React plugin projectsreact_plugin_template/ - Template directory with all the necessary files# From the dev/react-plugin-tools directory python bootstrap.py my-awesome-plugin # Or specify a custom directory python bootstrap.py my-awesome-plugin --dir /path/to/my-projects/my-awesome-plugin