yuanqing / create-figma-plugin

:battery: The comprehensive toolkit for developing plugins and widgets for Figma and FigJam
https://yuanqing.github.io/create-figma-plugin/
MIT License
935 stars 89 forks source link

Do you have any plans to apply for codegen #218

Closed mineclover closed 8 months ago

mineclover commented 8 months ago

package.json's figam-plugin property is outputting that the codegenLanguages property is not available

Because it creates a manifest based on the attribute of package.json, if you use create-figma-plugin, you can't make codegen plugins..

I wonder if there are any plans to support codegen in the future

yuanqing commented 8 months ago

Yes, there are plans to support configuring all codegen-related properties via the package.json. In the meantime, what you can do is use a build-figma-plugin.manifest.js file to customize the manifest.json file that’s output. See https://yuanqing.github.io/create-figma-plugin/recipes/#customizing-the-manifest-json-file

mineclover commented 8 months ago

thank you, I was looking for this can close the issue