Documentation generator for meteor apps

What is the best way to generate documentation for my meteor project? don’t seem to find any packages for doing it.

Any suggestions?

Donnie

Are you thinking of automatic generation from JSDoc?

yes, something like that. Just don’t know what is out there that might be better for Meteor apps.

Thanks

Hi guys,

I’m also trying to figure out the best way to generate documentation for my Meteor packages. These seem to be the main references:

Has anyone done this already, and in particular, found ways to support things like ES6, Typescript, and/or Coffeescript? Related: https://github.com/fabienb4/meteor-jsdoc/issues/8

Thanks!

1 Like

I see what’s going on - meteor-jsdoc is just using the scripts that MDG has to render JSDoc output. That seems like the most robust way to go for now. Excellent. - Mr. Burns