1.0.0 • Published 8 years ago

apidoc-plugin-test v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

apidoc-plugin-test

Only a test and example plugin. It demonstrates the usage of the apidoc hook system.

apidoc search in global node modules dir and local node_modules for modules that start with apidoc-plugin-. (local installed plugins have higher priority)

With a plugin you can add features like new parsers or filters and workers.

A plugin can use apidoc-core hooks. Hooks can be used to extend or transform data.

If you need a hook in apidoc-core please add your hook and provide a pull request. How to add a hook into apidoc-core view source code.