Gammautils v<%= pack.version %>

<%= pack.description %>

Downloads per month
<% index.forEach(function(entry) { %>
<%= entry %>
<% }) %>

Instalation

npm install <%= pack.name %> --save
<%= body %>

<%= pack.contributors.length %> Contributors

<%= pack.author.name %>

<% pack.contributors.forEach(function(contributor) { %>
<%= contributor.name %> Avatar
<%= contributor.name %>
<% if(contributor.username) { %> <%= contributor.contributions %> commits <% } else { %> <%= contributor.contributions %> commits <% } %>
<% }); %>

License

<%= license %>

Comments

comments powered by Disqus