0.1.0 • Published 10 years ago

dgeni-sofadoc v0.1.0

Weekly downloads
3
License
GPL
Repository
github
Last release
10 years ago

dgeni-sofadoc

A dgeni package for generating documentation from sofadoc comments

Installation

$ npm install --save-dev dgeni-sofadoc

Usage

Extend your dgeni config with the sofadoc package:

var sofadocPackage = require('dgeni-sofadoc');

module.exports = function (config) {

  config = sofadocPackage(config);

  // ...

  return config;
};