dev/react-plugin-tools/README.md
Table of Contents generated with DocToc
<!-- END doctoc generated TOC please keep comment here to allow auto update -->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