{%= description %}
{%= include("install", {save: '--save'}) %}
Next, add the plugin to the Assemble options:
assemble: {
options: {
plugins: ['{%= name %}', 'other/plugins/*.js']
}
}
Visit the plugins docs for more info about plugins or for help getting started.
{%= docs("options") %}
{%= docs("examples") %}
{%= related(verb.related.list, {remove: name}) %}
{%= include("contributing") %}
{%= include("author") %}
{%= copyright() %} {%= license() %}
{%= include("footer") %}