Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/discordjs/docgen

The docs.json generator for discord.js and its related projects
https://github.com/discordjs/docgen

discord discordjs docgen docs documentation generator hacktoberfest jsdoc

Last synced: about 2 months ago
JSON representation

The docs.json generator for discord.js and its related projects

Awesome Lists containing this project

README

        

# discord.js-docgen
This is the application that generates the `docs.json` files for [discord.js](https://github.com/discordjs/discord.js) and
[discord.js-commando](https://github.com/discordjs/Commando). It parses all JSDocs in any given directories, and outputs
a single JSON file with data about all classes, properties, methods, typedefs, etc. It also accepts custom docs files.
This is handy for documentation websites, so that they can load the data dynamically and display it however they need.