TALY provides an executor which extracts the metadata of all Plugins in a library and writes it to a file named plugin-metadata.json
. This file is intended to be (re-)generated for each release and must be published along with the library for AJL Editor to read it.
In the project configuration, add a extract-plugin-metadata
target to the project corresponding to the Plugin library. For example:
From the root of your workspace, execute the following command to run the metadata extraction on your Plugin library:
🧩 In the plugins recipe you will find several Plugin Libraries that are configured to run this executor and get their metadata extracted. See the documentation here for more information.