Hub
The NFive plugin Hub if the official plugin repository, which nfpm
uses by default.
Purpose
The plugin Hub was designed as a simple centralized location to publish public NFive plugins to for easy install by other users.
Functionality
The plugin Hub works by indexing public GitHub repositories which use the #nfive-plugin topic and have a valid plugin release.
Publishing
In order to publish your plugin to the Hub you must complete the following steps:
- Host your project on GitHub, with each NFive plugin in a separate public repository.
- Add the five-plugin topic to your repository.
- Pack your built project into a ZIP file, either with
nfpm pack
or manually. - Create a release on GitHub, attaching the packed plugin.
The Hub will update and discover new plugins every hour, so their may be a delay before your new plugin release is available.