Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 835 Bytes

.verb.md

File metadata and controls

40 lines (26 loc) · 835 Bytes

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

{%= description %}

Why file.data.dest?

  1. To keep the properties from poluting the root of the file object.
  2. data is commonly used for storing custom values.
  3. If you use [assemble], [verb] or [generate], these values are merged onto the context, so they can be used in templates.

Table of contents

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

Usage

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

Related projects

{%= related(['gulp-drafts', 'gulp-dest', 'gulp-extname', 'gulp-htmlmin', 'gulp-routes'], {remove: name}) %}

Running tests

{%= include("tests") %}

Contributing

{%= include("contributing") %}

Author

{%= include("author") %}

License

{%= copyright({linkify: true}) %} {%= license({linkify: true}) %}


{%= include("footer") %}