coffeedoc / codo

CoffeeScript API documentation generator. It's like YARD but for CoffeeScript!
Other
624 stars 92 forks source link

How to generate other types of output (e.g. Markdown)? #155

Closed gberger closed 10 years ago

gberger commented 10 years ago

I like using codo's tags to document my project.

However, I need to get output in some other form, be it Markdown, or some giant JSON, or whatever.

I want to use this output to publish the documentation in other formats; the generated site does not suit my needs.

inossidabile commented 10 years ago

Take a look at #133. The 2.0 branch has built-in themes support. It doesn't have JSON or Markdown implemented yet but it can be done using the described mechanism (here's the default one for instance: https://github.com/coffeedoc/codo/tree/master/themes/default). Pull requests are welcome.

steel commented 8 years ago

FYI. I needed json and couldn't find anything that already existed so I built my own json template: https://www.npmjs.com/package/codo-theme-json