Publishing
Package, release, and submit your plugin to the Nuclear plugin store.
package.json requirements
Field
Required
Description
The nuclear field
nuclear field{
"nuclear": {
"displayName": "My Plugin",
"categories": ["metadata"],
"icon": {
"type": "link",
"link": "https://example.com/icon.png"
},
"permissions": ["network"]
}
}Property
Required
Description
Full example
Creating a GitHub release
What goes in plugin.zip
Submitting to the registry
Registry entry fields
Field
Required
Constraints
Updating your plugin
Examples
Last updated