Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 591 Bytes

.verb.md

File metadata and controls

39 lines (25 loc) · 591 Bytes

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

{%= description %}

v2.0 released! Breaking changes!

  • .process() is now .stringify()

Install

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

Usage

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

API

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

Related projects

{%= related(['gulp-routes', 'gulp-rte', 'gulp-dest', 'gulp-extname']) %}

Running tests

{%= include("tests") %}

Contributing

{%= include("contributing") %}

Author

{%= include("author") %}

License

{%= copyright({start: 2014}) %} {%= license() %}


{%= include("footer") %}