tree: 036d76f9b289f99a75ed9febd8915026b24424c7 [path history] [tgz]
  1. _toc.yaml
  2. plugin-experimental.md
  3. plugin-internals.md
  4. plugins.md
  5. README.md
docs/development/tools/ffx/development/README.md

Developing for FFX

This section provides resources for building plugins to integrate with ffx developer tools.

Get started with plugins

To get started building a simple plugin for ffx, see developing an ffx plugin

Experimental plugins

If this is the start of a larger project, introduce the new plugin by marking it experimental. This will allow for work-in-progress commits and allow others to try out your plugin by opting-in. For more details, see experimental plugins.

Advanced plugin development

For a more detailed look into the internals of the ffx plugin architecture, see plugin internals.