tpl/.eg.md
<% if (description) { %> <%= description %> <% } %>
<% if (primary) { %> <%= primary %> <% } %>
Run this example from the command line with:
<%= command %>
<%= example %>
<% if (alternates.length) { %>
<% alternates.forEach(function(alternate) { %>
<% if (alternate.description) { %> <%= alternate.description %> <% } %>
<%= alternate.source %>
<% }); %> <% } %> <% if (images) { %>
<% } %>
<%= images %> <% if (embeds) { %> <%= embeds %> <% } %> <% if (markdown) { %>
<%= markdown %> <% } %> <% if (externals.length) { %>
<% externals.forEach(function(item) { %>
Copyright (c) 2012-2014 Rick Waldron [email protected] Licensed under the MIT license. Copyright (c) 2015-<%= theYear %> The Johnny-Five Contributors Licensed under the MIT license.
<!--remove-end-->