Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 671 Bytes

.verb.md

File metadata and controls

39 lines (27 loc) · 671 Bytes

{%= name %} {%= badge("fury") %}

{%= 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.

Options

{%= docs("options") %}

Examples

{%= docs("examples") %}

Other grunt-assemble plugins

{%= related(verb.related.list, {remove: name}) %}

Contributing

{%= include("contributing") %}

Author

{%= include("author") %}

License

{%= copyright() %} {%= license() %}


{%= include("footer") %}