Learn how to set up the required Git repository and folder structure for private plugins in Amplication.
plugins
directory, allowing Amplication to detect and manage your organization’s private plugins.
Create a New Git Repository
Create the plugins Folder
plugins
.
This folder will contain all your individual private plugin folders.plugins
directory. Each plugin folder name serves as the plugin’s
unique identifier and must use kebab-case (e.g., company-auth-plugin
). This
folder structure is required for Amplication to recognize and add your plugins
to the UI.your-plugin-id
with your chosen plugin identifier (e.g., company-auth-plugin
).Access Plugin Repository
Configure Git Settings
plugins
directory. The system will display any newly detected plugins that haven’t been added to your project yet.
If no new plugins are found, you’ll see a “No new plugins found in the repository” message. Ensure your plugin folder is properly created and named before attempting to add it.