Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amcmillan01/jsdoc2diagram

Create D3 Tree Diagram from your awesome jsdoc
https://github.com/amcmillan01/jsdoc2diagram

Last synced: about 1 month ago
JSON representation

Create D3 Tree Diagram from your awesome jsdoc

Awesome Lists containing this project

README

        

## jsdoc2diagram

[![npm version](https://badge.fury.io/js/jsdoc2diagram.svg)](https://badge.fury.io/js/jsdoc2diagram)
[![Build Status](https://travis-ci.org/amcmillan01/jsdoc2diagram.svg?branch=master)](https://travis-ci.org/amcmillan01/jsdoc2diagram)

jsdoc2diagram is a [JSDoc](http://usejsdoc.org/) template that creates a [D3 tree diagram](http://bl.ocks.org/d3noob/8329404) from your code's jsdoc documentation.

#### Code

#### Diagram

### Getting Started

- npm install jsdoc
- npm install jsdoc2diagram
- jsdoc -t `PATH/TO/jsdoc2diagram` -r `JS_SOURCE_DIR/FILE` -d `OUTPUT_DIR`

### Reference

- http://usejsdoc.org/
- http://bl.ocks.org/d3noob/8329404

### License

Licensed under The MIT License (MIT)

For the full copyright and license information, please view the LICENSE.txt file.