UNPKG

readme-includes

Version:

Snippets for your GitHub project's readme.

6 lines 159 B
{% var authors = authors || [author] %} {% if (authors) { authors.forEach(function(author) { print('\n' + include("author", {author: author}) + '\n'); }); } %}