🎲 Community plugins |
|---|
| Additional plugins maintained by community for even more features! |
|
<% for (const [plugin, {name, category}] of Object.entries(plugins).filter(([key, value]) => (value)&&(value.category === "community")).sort(([an, a], [bn, b]) => a.category === b.category ? an.localeCompare(bn) : 0)) { %><%# -%>
<%- name %> `<%= plugin %>`
|