README
doxie-dummy-data
A tiny utility for testing doxie plugins.
Installation
$ npm install doxie-dummy-data
Usage
dummyData(docs)
→ doxieData
Parameters:
docs
type: Array
An array of docs – for example, coming from dox.
Return value:
doxieData
type: Object
A doxie-compatible object. It can be piped into a plugin or returned by a plugin.