plugins icon indicating copy to clipboard operation
plugins copied to clipboard

Add additional information about plugins in directory

Open alexdebrie opened this issue 7 years ago • 1 comments

The plugin directory is nice, but it's still hard to discover plugins that could be relevant. Let's add some metadata about plugins to make it easier to categorize them.

Examples:

  • Runtime: nodejs, python, java, N/A. Note that all plugins are written in Node. This is more about whether a plugin is targeted to help a particular runtime, e.g. serverless-python-requirements for packaging Python packages.
  • Type: local development, deployment, monitoring. What part of the process does this plugin help with?

Any other categories that could be useful?

alexdebrie avatar Jul 24 '17 21:07 alexdebrie

Good idea @alexdebrie 👍

Here are some additional ideas around metadata (not sure if all the data can be fetched easily though):

  • GitHub Stars
  • Last update
  • Current Version
  • npm downloads
  • ...

pmuens avatar Jul 25 '17 06:07 pmuens