Files
metrics/.github/readme/partials/documentation/compatibility.md
2021-01-30 12:31:09 +01:00

797 B

🧰 Template/plugin compatibily matrix

<%# -%> <% for (const [plugin, {icon}] of Object.entries(plugins).filter(([key, value]) => (value)&&(!["core"].includes(key)))) { %> <% } %> <%# -%> <% for (const [template, {name, readme}] of Object.entries(templates).filter(([key, value]) => (value)&&(!["community"].includes(key)))) { %> <%# -%> <% for (const [plugin] of Object.entries(plugins).filter(([key, value]) => (value)&&(!["core"].includes(key)))) { %> <% } %> <% } %>
Template\Plugin<%= icon %>
<%= name %><%= readme.compatibility[plugin] ? "✔️" : "" %>