0.4.1 • Published 8 years ago

modella-render-docs v0.4.1

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

modella-render-docs

npm MIT license Build Status Coverage Status Dependency Status No Maintenance Intended

Render documentation from a modella model

Example

var modella = require('modella');
var ModelRenderer = require('modella-render-docs');

var model = modella('Model');
var renderer = new ModelRenderer(model);
console.log(renderer.toString());
0.4.1

8 years ago

0.4.0

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago