https://github.com/amplication/plugin-catalog
Amplication catalog for code generation plugins
https://github.com/amplication/plugin-catalog
Last synced: 7 months ago
JSON representation
Amplication catalog for code generation plugins
- Host: GitHub
- URL: https://github.com/amplication/plugin-catalog
- Owner: amplication
- Created: 2022-09-07T10:38:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-10-07T13:11:30.000Z (over 1 year ago)
- Last Synced: 2025-04-09T18:54:29.370Z (9 months ago)
- Homepage: https://amplication.com/plugins
- Size: 710 KB
- Stars: 2
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
After publishing the plugin to NPM from the GitHub the plugin will not be visible in the Amplication plugin settings/list immediately. This works by adding your plugin to the [amplication/plugin-catalog](https://github.com/amplication/plugin-catalog), where the `plugin-catalog` is indexed by amplication. Adding the new plugin here will add it to the list of plugins in amplication. Any subsequent version that is released to NPM, will be updated automatically - this can take about 5-10 minutes to propagate.
## Adding a new plugin to the catalog
When adding a new plugin to the catalog, two files must be created in this repository. First a icon to represent the plugin should be created under the `assets/icons/` folder. Second the metadata for the plugin should be provided under the `plugins/` directory.
## Documentation
- [How to create a plugin](https://docs.amplication.com/plugins/how-to-create-plugin/)
- [How to test a plugin](https://docs.amplication.com/plugins/how-to-test-plugin/)
- [How to publish a plugin](https://docs.amplication.com/plugins/publish-plugin/)