Creating Plugin step by step

Hi @Edward,

I have attached all the posts links that should assist you in building alpha plugins, please go through in that order to get the most out of them.

  1. Create Lit project locally - Community - Neutrinos (This post will get you started which will create a lit component and allow you to make it easy to convert it to Alpha plugin since Alpha plugins uses Lit components)
  2. ## :rocket: Getting Started with Building Alpha plugins - Neutrinos Platform - Neutrinos (This post will get you started with building alpha plugins, like adding properties to your plugin for any data that will be coming into your plugin.)
  3. ## :electric_plug: Building Alpha Plugin Series – Part [2] : Handling `EVENT` Type Attributes in Alpha Plugins - Community - Neutrinos (If you want to understand how to add and expose events or triggers on your plugin to Alpha)
  4. ## :electric_plug: Alpha Plugin Series – Part [3]: Dynamic Configuration with `DATA_MAPPING` Attributes - Neutrinos Platform - Neutrinos (If you want to understand uiType called DATA_MAPPING which is ideal for getting dynamic data for mapping with it’s keys.)
  5. ## :rocket: Alpha Plugin Series: Part [4] β€” The Other Most Used UI_TYPE Attributes in Alpha Plugins - Community - Neutrinos (For understanding other UI_TYPE like dropdowns and multi-select)

@Edward if you get stuck or have any questions you can let me know.

1 Like