Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 621 Bytes

.verb.md

File metadata and controls

43 lines (28 loc) · 621 Bytes

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

{%= description %}

Install

{%= include("install-npm", {save: true}) %}

Usage

var downloads = require('{%= name %}');

Use with [engine-base][] in [templates][]

app.asyncHelper('downloads', downloads);

API

{%= apidocs("index.js") %}

Related projects

{%= related(verb.related.list) %}

Running tests

{%= include("tests") %}

Contributing

{%= include("contributing") %}

Author

{%= include("author") %}

License

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


{%= include("footer") %}

{%= reflinks(verb.related.list) %}